#94C0DE

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

Shades of Cornflower #94C0DE

Tints of Cornflower #94C0DE

Color information

#94C0DE (or 0x94C0DE) is unknown color: approx Cornflower. HEX triplet: 94, C0 and DE. RGB value is (148,192,222). Sum of RGB (Red+Green+Blue) = 148+192+222=562 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.33% from 562); Green value is 192 (75.39% from 255 or 34.16% from 562); Blue value is 222 (87.11% from 255 or 39.50% from 562); Max value from RGB is 222 - color contains mainly: blue. Hex color #94C0DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C0DE is #6B3F21. Grayscale: #B6B6B6. Windows color (decimal): -7028514 or 14598292. OLE color: 14598292.

HSL color Cylindrical-coordinate representation of color #94C0DE: hue angle of 204.32º 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 #94C0DE is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB148192222-
CMYK0.330.1400.13
HSL204.32º52.86%72.55%-
HSV(B)204.32º33.33%87.06%-
XYZ44.2549.2776.29-
YUV182.26150.42103.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.33%
GREEN value IS 192 (75.39% from 255) = 34.16%
BLUE value IS 222 (87.11% from 255) = 39.50%
R=26.33%
G=34.16%
B=39.50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1481922220.330.1400.13204.3252.8672.55
Hex94C0DE21E0Dcc3549
Octal224300336411601531465111
Binary100101001100000011011110100001111001101110011001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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