#C8D8CF

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

Shades of Aero Blue #C8D8CF

Tints of Aero Blue #C8D8CF

Color information

#C8D8CF (or 0xC8D8CF) is unknown color: approx Aero Blue. HEX triplet: C8, D8 and CF. RGB value is (200,216,207). Sum of RGB (Red+Green+Blue) = 200+216+207=623 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.10% from 623); Green value is 216 (84.77% from 255 or 34.67% from 623); Blue value is 207 (81.25% from 255 or 33.23% from 623); Max value from RGB is 216 - color contains mainly: green. Hex color #C8D8CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D8CF is #372730. Grayscale: #D2D2D2. Windows color (decimal): -3614513 or 13621448. OLE color: 13621448.

HSL color Cylindrical-coordinate representation of color #C8D8CF: hue angle of 146.25º degrees, saturation: 0.17, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C8D8CF is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB200216207-
CMYK0.0700.040.15
HSL146.25º17.02%81.57%-
HSV(B)146.25º7.41%84.71%-
XYZ59.6465.968.61-
YUV210.19126.2120.73-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.10%
GREEN value IS 216 (84.77% from 255) = 34.67%
BLUE value IS 207 (81.25% from 255) = 33.23%
R=32.10%
G=34.67%
B=33.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2002162070.0700.040.15146.2517.0281.57
HexC8D8CF704F921152
Octal3103303177041722221122
Binary1100100011011000110011111110100111110010010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D8CF; }

 p { color: rgb(200,216,207); }

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

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

 a { background-color: rgb(200,216,207); }

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

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

 span { border-color: rgb(200,216,207); }

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