#94CCED

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

Shades of Cornflower #94CCED

Tints of Cornflower #94CCED

Color information

#94CCED (or 0x94CCED) is unknown color: approx Cornflower. HEX triplet: 94, CC and ED. RGB value is (148,204,237). Sum of RGB (Red+Green+Blue) = 148+204+237=589 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25.13% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 237 - color contains mainly: blue. Hex color #94CCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94CCED is #6B3312. Grayscale: #BEBEBE. Windows color (decimal): -7025427 or 15584404. OLE color: 15584404.

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

Color convert

RGB148204237-
CMYK0.380.1400.07
HSL202.25º71.2%75.49%-
HSV(B)202.25º37.55%92.94%-
XYZ49.0955.688.26-
YUV191.02153.9597.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.13%
GREEN value IS 204 (80.08% from 255) = 34.63%
BLUE value IS 237 (92.97% from 255) = 40.24%
R=25.13%
G=34.63%
B=40.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1482042370.380.1400.07202.2571.275.49
Hex94CCED26E07ca474b
Octal224314355461607312107113
Binary100101001100110011101101100110111001111100101010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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