#93CEEB

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

Shades of Cornflower #93CEEB

Tints of Cornflower #93CEEB

Color information

#93CEEB (or 0x93CEEB) is unknown color: approx Cornflower. HEX triplet: 93, CE and EB. RGB value is (147,206,235). Sum of RGB (Red+Green+Blue) = 147+206+235=588 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25% from 588); Green value is 206 (80.86% from 255 or 35.03% from 588); Blue value is 235 (92.19% from 255 or 39.97% from 588); Max value from RGB is 235 - color contains mainly: blue. Hex color #93CEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93CEEB is #6C3114. Grayscale: #BFBFBF. Windows color (decimal): -7090453 or 15453843. OLE color: 15453843.

HSL color Cylindrical-coordinate representation of color #93CEEB: hue angle of 199.77º 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 #93CEEB is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB147206235-
CMYK0.370.1200.08
HSL199.77º68.75%74.9%-
HSV(B)199.77º37.45%92.16%-
XYZ49.156.3486.88-
YUV191.66152.4596.14-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25%
GREEN value IS 206 (80.86% from 255) = 35.03%
BLUE value IS 235 (92.19% from 255) = 39.97%
R=25%
G=35.03%
B=39.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1472062350.370.1200.08199.7768.7574.9
Hex93CEEB25C08c8454b
Octal2233163534514010310105113
Binary1001001111001110111010111001011100010001100100010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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