#94CEEC

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

Shades of Cornflower #94CEEC

Tints of Cornflower #94CEEC

Color information

#94CEEC (or 0x94CEEC) is unknown color: approx Cornflower. HEX triplet: 94, CE and EC. RGB value is (148,206,236). Sum of RGB (Red+Green+Blue) = 148+206+236=590 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25.08% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 236 - color contains mainly: blue. Hex color #94CEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94CEEC is #6B3113. Grayscale: #BFBFBF. Windows color (decimal): -7024916 or 15519380. OLE color: 15519380.

HSL color Cylindrical-coordinate representation of color #94CEEC: hue angle of 200.45º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94CEEC is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB148206236-
CMYK0.370.1300.07
HSL200.45º69.84%75.29%-
HSV(B)200.45º37.29%92.55%-
XYZ49.4256.4987.66-
YUV192.08152.7896.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.08%
GREEN value IS 206 (80.86% from 255) = 34.92%
BLUE value IS 236 (92.58% from 255) = 40%
R=25.08%
G=34.92%
B=40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1482062360.370.1300.07200.4569.8475.29
Hex94CEEC25D07c8464b
Octal224316354451507310106113
Binary100101001100111011101100100101110101111100100010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94CEEC; }

 p { color: rgb(148,206,236); }

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

<style>
 a { background-color: #94CEEC; }

 a { background-color: rgb(148,206,236); }

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

<style>
 span { border-color: #94CEEC; }

 span { border-color: rgb(148,206,236); }

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