#94C8DE

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

Shades of Cornflower #94C8DE

Tints of Cornflower #94C8DE

Color information

#94C8DE (or 0x94C8DE) is unknown color: approx Cornflower. HEX triplet: 94, C8 and DE. RGB value is (148,200,222). Sum of RGB (Red+Green+Blue) = 148+200+222=570 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.96% from 570); Green value is 200 (78.52% from 255 or 35.09% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #94C8DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C8DE is #6B3721. Grayscale: #BABABA. Windows color (decimal): -7026466 or 14600340. OLE color: 14600340.

HSL color Cylindrical-coordinate representation of color #94C8DE: hue angle of 197.84º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94C8DE is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB148200222-
CMYK0.330.1000.13
HSL197.84º52.86%72.55%-
HSV(B)197.84º33.33%87.06%-
XYZ46.0552.8876.89-
YUV186.96147.77100.21-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.96%
GREEN value IS 200 (78.52% from 255) = 35.09%
BLUE value IS 222 (87.11% from 255) = 38.95%
R=25.96%
G=35.09%
B=38.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1482002220.330.1000.13197.8452.8672.55
Hex94C8DE21A0Dc63549
Octal224310336411201530665111
Binary100101001100100011011110100001101001101110001101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,200,222); }

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

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

 a { background-color: rgb(148,200,222); }

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

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

 span { border-color: rgb(148,200,222); }

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