#93CBEB

Color #93CBEB Cornflower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower #93CBEB

Tints of Cornflower #93CBEB

Color information

#93CBEB (or 0x93CBEB) is unknown color: approx Cornflower. HEX triplet: 93, CB and EB. RGB value is (147,203,235). Sum of RGB (Red+Green+Blue) = 147+203+235=585 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.13% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 235 (92.19% from 255 or 40.17% from 585); Max value from RGB is 235 - color contains mainly: blue. Hex color #93CBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93CBEB is #6C3414. Grayscale: #BDBDBD. Windows color (decimal): -7091221 or 15453075. OLE color: 15453075.

HSL color Cylindrical-coordinate representation of color #93CBEB: hue angle of 201.82º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93CBEB is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB147203235-
CMYK0.370.1400.08
HSL201.82º68.75%74.9%-
HSV(B)201.82º37.45%92.16%-
XYZ48.3854.9186.65-
YUV189.9153.4597.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 147 (57.81% from 255) = 25.13%
GREEN value IS 203 (79.69% from 255) = 34.70%
BLUE value IS 235 (92.19% from 255) = 40.17%
R=25.13%
G=34.70%
B=40.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1472032350.370.1400.08201.8268.7574.9
Hex93CBEB25E08ca454b
Octal2233133534516010312105113
Binary1001001111001011111010111001011110010001100101010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93CBEB; }

 p { color: rgb(147,203,235); }

 H1.HeaderClassName
 {
   color: #93CBEB;
 }
 .AnyTagClassName
 {
   color: #93CBEB;
 }
</style>
background-color css

<style>
 a { background-color: #93CBEB; }

 a { background-color: rgb(147,203,235); }

 div.DivClassName
 {
   background-color: #93CBEB;
 }
 .BgClassName
 {
   background-color: #93CBEB;
 }
</style>
border-color css

<style>
 span { border-color: #93CBEB; }

 span { border-color: rgb(147,203,235); }

 td.TdClassName
 {
   border-color: #93CBEB;
 }
 .TagClassName
 {
   border-color: #93CBEB;
 }
</style>