#C4F0D5

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

Shades of Aero Blue #C4F0D5

Tints of Aero Blue #C4F0D5

Color information

#C4F0D5 (or 0xC4F0D5) is unknown color: approx Aero Blue. HEX triplet: C4, F0 and D5. RGB value is (196,240,213). Sum of RGB (Red+Green+Blue) = 196+240+213=649 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.20% from 649); Green value is 240 (94.14% from 255 or 36.98% from 649); Blue value is 213 (83.59% from 255 or 32.82% from 649); Max value from RGB is 240 - color contains mainly: green. Hex color #C4F0D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4F0D5 is #3B0F2A. Grayscale: #DFDFDF. Windows color (decimal): -3870507 or 14020804. OLE color: 14020804.

HSL color Cylindrical-coordinate representation of color #C4F0D5: hue angle of 143.18º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4F0D5 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB196240213-
CMYK0.1800.110.06
HSL143.18º59.46%85.49%-
HSV(B)143.18º18.33%94.12%-
XYZ65.9478.8674.7-
YUV223.77121.92108.2-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.20%
GREEN value IS 240 (94.14% from 255) = 36.98%
BLUE value IS 213 (83.59% from 255) = 32.82%
R=30.20%
G=36.98%
B=32.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1962402130.1800.110.06143.1859.4685.49
HexC4F0D5120B68f3b55
Octal30436032522013621773125
Binary1100010011110000110101011001001011110100011111110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4F0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4F0D5; }

 p { color: rgb(196,240,213); }

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

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

 a { background-color: rgb(196,240,213); }

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

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

 span { border-color: rgb(196,240,213); }

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