#CBF4DC

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

Shades of Aero Blue #CBF4DC

Tints of Aero Blue #CBF4DC

Color information

#CBF4DC (or 0xCBF4DC) is unknown color: approx Aero Blue. HEX triplet: CB, F4 and DC. RGB value is (203,244,220). Sum of RGB (Red+Green+Blue) = 203+244+220=667 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.43% from 667); Green value is 244 (95.70% from 255 or 36.58% from 667); Blue value is 220 (86.33% from 255 or 32.98% from 667); Max value from RGB is 244 - color contains mainly: green. Hex color #CBF4DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF4DC is #340B23. Grayscale: #E5E5E5. Windows color (decimal): -3410724 or 14480587. OLE color: 14480587.

HSL color Cylindrical-coordinate representation of color #CBF4DC: hue angle of 144.88º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBF4DC is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB203244220-
CMYK0.1700.100.04
HSL144.88º65.08%87.65%-
HSV(B)144.88º16.8%95.69%-
XYZ69.982.5779.96-
YUV229122.92109.45-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.43%
GREEN value IS 244 (95.70% from 255) = 36.58%
BLUE value IS 220 (86.33% from 255) = 32.98%
R=30.43%
G=36.58%
B=32.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2032442200.1700.100.04144.8865.0887.65
HexCBF4DC110A4914158
Octal313364334210124221101130
Binary11001011111101001101110010001010101001001000110000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF4DC; }

 p { color: rgb(203,244,220); }

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

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

 a { background-color: rgb(203,244,220); }

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

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

 span { border-color: rgb(203,244,220); }

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