#94CCE8

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

Shades of Cornflower #94CCE8

Tints of Cornflower #94CCE8

Color information

#94CCE8 (or 0x94CCE8) is unknown color: approx Cornflower. HEX triplet: 94, CC and E8. RGB value is (148,204,232). Sum of RGB (Red+Green+Blue) = 148+204+232=584 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.34% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 232 (91.02% from 255 or 39.73% from 584); Max value from RGB is 232 - color contains mainly: blue. Hex color #94CCE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94CCE8 is #6B3317. Grayscale: #BEBEBE. Windows color (decimal): -7025432 or 15256724. OLE color: 15256724.

HSL color Cylindrical-coordinate representation of color #94CCE8: hue angle of 200º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94CCE8 is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB148204232-
CMYK0.360.1200.09
HSL200º64.62%74.51%-
HSV(B)200º36.21%90.98%-
XYZ48.3755.3184.47-
YUV190.45151.4597.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.34%
GREEN value IS 204 (80.08% from 255) = 34.93%
BLUE value IS 232 (91.02% from 255) = 39.73%
R=25.34%
G=34.93%
B=39.73%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1482042320.360.1200.0920064.6274.51
Hex94CCE824C09c8414b
Octal2243143504414011310101113
Binary1001010011001100111010001001001100010011100100010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,204,232); }

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

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

 a { background-color: rgb(148,204,232); }

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

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

 span { border-color: rgb(148,204,232); }

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