#CBF7DB

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

Shades of Aero Blue #CBF7DB

Tints of Aero Blue #CBF7DB

Color information

#CBF7DB (or 0xCBF7DB) is unknown color: approx Aero Blue. HEX triplet: CB, F7 and DB. RGB value is (203,247,219). Sum of RGB (Red+Green+Blue) = 203+247+219=669 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.34% from 669); Green value is 247 (96.88% from 255 or 36.92% from 669); Blue value is 219 (85.94% from 255 or 32.74% from 669); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF7DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF7DB is #340824. Grayscale: #E6E6E6. Windows color (decimal): -3409957 or 14415819. OLE color: 14415819.

HSL color Cylindrical-coordinate representation of color #CBF7DB: hue angle of 141.82º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBF7DB is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB203247219-
CMYK0.1800.110.03
HSL141.82º73.33%88.24%-
HSV(B)141.82º17.81%96.86%-
XYZ70.6884.3379.57-
YUV230.65121.42108.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.34%
GREEN value IS 247 (96.88% from 255) = 36.92%
BLUE value IS 219 (85.94% from 255) = 32.74%
R=30.34%
G=36.92%
B=32.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2032472190.1800.110.03141.8273.3388.24
HexCBF7DB120B38e4958
Octal313367333220133216111130
Binary1100101111110111110110111001001011111000111010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF7DB; }

 p { color: rgb(203,247,219); }

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

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

 a { background-color: rgb(203,247,219); }

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

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

 span { border-color: rgb(203,247,219); }

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