#CBF8DB

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

Shades of Aero Blue #CBF8DB

Tints of Aero Blue #CBF8DB

Color information

#CBF8DB (or 0xCBF8DB) is unknown color: approx Aero Blue. HEX triplet: CB, F8 and DB. RGB value is (203,248,219). Sum of RGB (Red+Green+Blue) = 203+248+219=670 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.30% from 670); Green value is 248 (97.27% from 255 or 37.01% from 670); Blue value is 219 (85.94% from 255 or 32.69% from 670); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF8DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF8DB is #340724. Grayscale: #E7E7E7. Windows color (decimal): -3409701 or 14416075. OLE color: 14416075.

HSL color Cylindrical-coordinate representation of color #CBF8DB: hue angle of 141.33º degrees, saturation: 0.76, 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 #CBF8DB is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB203248219-
CMYK0.1800.120.03
HSL141.33º76.27%88.43%-
HSV(B)141.33º18.15%97.25%-
XYZ70.9884.9579.67-
YUV231.24121.09107.86-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.30%
GREEN value IS 248 (97.27% from 255) = 37.01%
BLUE value IS 219 (85.94% from 255) = 32.69%
R=30.30%
G=37.01%
B=32.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2032482190.1800.120.03141.3376.2788.43
HexCBF8DB120C38d4c58
Octal313370333220143215114130
Binary1100101111111000110110111001001100111000110110011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF8DB; }

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

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

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

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

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

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

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

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