#CBF0D9

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

Shades of Aero Blue #CBF0D9

Tints of Aero Blue #CBF0D9

Color information

#CBF0D9 (or 0xCBF0D9) is unknown color: approx Aero Blue. HEX triplet: CB, F0 and D9. RGB value is (203,240,217). Sum of RGB (Red+Green+Blue) = 203+240+217=660 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.76% from 660); Green value is 240 (94.14% from 255 or 36.36% from 660); Blue value is 217 (85.16% from 255 or 32.88% from 660); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF0D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF0D9 is #340F26. Grayscale: #E2E2E2. Windows color (decimal): -3411751 or 14282955. OLE color: 14282955.

HSL color Cylindrical-coordinate representation of color #CBF0D9: hue angle of 142.7º 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 #CBF0D9 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB203240217-
CMYK0.1500.100.06
HSL142.7º55.22%86.86%-
HSV(B)142.7º15.42%94.12%-
XYZ68.3180.0377.49-
YUV226.32122.74111.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.76%
GREEN value IS 240 (94.14% from 255) = 36.36%
BLUE value IS 217 (85.16% from 255) = 32.88%
R=30.76%
G=36.36%
B=32.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032402170.1500.100.06142.755.2286.86
HexCBF0D9F0A68f3757
Octal31336033117012621767127
Binary110010111111000011011001111101010110100011111101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF0D9; }

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

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

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

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

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

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

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

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