#94C2DD

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

Shades of Cornflower #94C2DD

Tints of Cornflower #94C2DD

Color information

#94C2DD (or 0x94C2DD) is unknown color: approx Cornflower. HEX triplet: 94, C2 and DD. RGB value is (148,194,221). Sum of RGB (Red+Green+Blue) = 148+194+221=563 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.29% from 563); Green value is 194 (76.17% from 255 or 34.46% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #94C2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C2DD is #6B3D22. Grayscale: #B7B7B7. Windows color (decimal): -7028003 or 14533268. OLE color: 14533268.

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

Color convert

RGB148194221-
CMYK0.330.1200.13
HSL202.19º51.77%72.35%-
HSV(B)202.19º33.03%86.67%-
XYZ44.5650.175.73-
YUV183.32149.26102.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.29%
GREEN value IS 194 (76.17% from 255) = 34.46%
BLUE value IS 221 (86.72% from 255) = 39.25%
R=26.29%
G=34.46%
B=39.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1481942210.330.1200.13202.1951.7772.35
Hex94C2DD21C0Dca3448
Octal224302335411401531264110
Binary100101001100001011011101100001110001101110010101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,194,221); }

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

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

 a { background-color: rgb(148,194,221); }

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

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

 span { border-color: rgb(148,194,221); }

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