#C4DFCF

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

Shades of Aero Blue #C4DFCF

Tints of Aero Blue #C4DFCF

Color information

#C4DFCF (or 0xC4DFCF) is unknown color: approx Aero Blue. HEX triplet: C4, DF and CF. RGB value is (196,223,207). Sum of RGB (Red+Green+Blue) = 196+223+207=626 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.31% from 626); Green value is 223 (87.5% from 255 or 35.62% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 223 - color contains mainly: green. Hex color #C4DFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DFCF is #3B2030. Grayscale: #D5D5D5. Windows color (decimal): -3874865 or 13623236. OLE color: 13623236.

HSL color Cylindrical-coordinate representation of color #C4DFCF: hue angle of 144.44º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4DFCF is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB196223207-
CMYK0.1200.070.13
HSL144.44º29.67%82.16%-
HSV(B)144.44º12.11%87.45%-
XYZ60.4269.0269.17-
YUV213.1124.55115.8-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.31%
GREEN value IS 223 (87.5% from 255) = 35.62%
BLUE value IS 207 (81.25% from 255) = 33.07%
R=31.31%
G=35.62%
B=33.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1962232070.1200.070.13144.4429.6782.16
HexC4DFCFC07D901e52
Octal30433731714071522036122
Binary11000100110111111100111111000111110110010000111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DFCF; }

 p { color: rgb(196,223,207); }

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

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

 a { background-color: rgb(196,223,207); }

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

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

 span { border-color: rgb(196,223,207); }

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