#94C6DE

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

Shades of Cornflower #94C6DE

Tints of Cornflower #94C6DE

Color information

#94C6DE (or 0x94C6DE) is unknown color: approx Cornflower. HEX triplet: 94, C6 and DE. RGB value is (148,198,222). Sum of RGB (Red+Green+Blue) = 148+198+222=568 (75% of max value = 765). Red value is 148 (58.20% from 255 or 26.06% from 568); Green value is 198 (77.73% from 255 or 34.86% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 222 - color contains mainly: blue. Hex color #94C6DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C6DE is #6B3921. Grayscale: #B9B9B9. Windows color (decimal): -7026978 or 14599828. OLE color: 14599828.

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

Color convert

RGB148198222-
CMYK0.330.1100.13
HSL199.46º52.86%72.55%-
HSV(B)199.46º33.33%87.06%-
XYZ45.5951.9676.73-
YUV185.79148.44101.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.06%
GREEN value IS 198 (77.73% from 255) = 34.86%
BLUE value IS 222 (87.11% from 255) = 39.08%
R=26.06%
G=34.86%
B=39.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1481982220.330.1100.13199.4652.8672.55
Hex94C6DE21B0Dc73549
Octal224306336411301530765111
Binary100101001100011011011110100001101101101110001111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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