#CBF0DC

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

Shades of Aero Blue #CBF0DC

Tints of Aero Blue #CBF0DC

Color information

#CBF0DC (or 0xCBF0DC) is unknown color: approx Aero Blue. HEX triplet: CB, F0 and DC. RGB value is (203,240,220). Sum of RGB (Red+Green+Blue) = 203+240+220=663 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.62% from 663); Green value is 240 (94.14% from 255 or 36.20% from 663); Blue value is 220 (86.33% from 255 or 33.18% from 663); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF0DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF0DC is #340F23. Grayscale: #E2E2E2. Windows color (decimal): -3411748 or 14479563. OLE color: 14479563.

HSL color Cylindrical-coordinate representation of color #CBF0DC: hue angle of 147.57º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBF0DC is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB203240220-
CMYK0.1500.080.06
HSL147.57º55.22%86.86%-
HSV(B)147.57º15.42%94.12%-
XYZ68.7180.1879.57-
YUV226.66124.24111.13-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.62%
GREEN value IS 240 (94.14% from 255) = 36.20%
BLUE value IS 220 (86.33% from 255) = 33.18%
R=30.62%
G=36.20%
B=33.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032402200.1500.080.06147.5755.2286.86
HexCBF0DCF086943757
Octal31336033417010622467127
Binary110010111111000011011100111101000110100101001101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF0DC; }

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

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

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

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

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

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

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

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