#C4F1D6

Color #C4F1D6 Aero Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aero Blue #C4F1D6

Tints of Aero Blue #C4F1D6

Color information

#C4F1D6 (or 0xC4F1D6) is unknown color: approx Aero Blue. HEX triplet: C4, F1 and D6. RGB value is (196,241,214). Sum of RGB (Red+Green+Blue) = 196+241+214=651 (86% of max value = 765). Red value is 196 (76.95% from 255 or 30.11% from 651); Green value is 241 (94.53% from 255 or 37.02% from 651); Blue value is 214 (83.98% from 255 or 32.87% from 651); Max value from RGB is 241 - color contains mainly: green. Hex color #C4F1D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4F1D6 is #3B0E29. Grayscale: #E0E0E0. Windows color (decimal): -3870250 or 14086596. OLE color: 14086596.

HSL color Cylindrical-coordinate representation of color #C4F1D6: hue angle of 144º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C4F1D6 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB196241214-
CMYK0.1900.110.05
HSL144º61.64%85.69%-
HSV(B)144º18.67%94.51%-
XYZ66.3679.575.47-
YUV224.47122.09107.7-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.11%
GREEN value IS 241 (94.53% from 255) = 37.02%
BLUE value IS 214 (83.98% from 255) = 32.87%
R=30.11%
G=37.02%
B=32.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1962412140.1900.110.0514461.6485.69
HexC4F1D6130B5903e56
Octal30436132623013522076126
Binary1100010011110001110101101001101011101100100001111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4F1D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4F1D6; }

 p { color: rgb(196,241,214); }

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

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

 a { background-color: rgb(196,241,214); }

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

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

 span { border-color: rgb(196,241,214); }

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