#CBF5DB

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

Shades of Aero Blue #CBF5DB

Tints of Aero Blue #CBF5DB

Color information

#CBF5DB (or 0xCBF5DB) is unknown color: approx Aero Blue. HEX triplet: CB, F5 and DB. RGB value is (203,245,219). Sum of RGB (Red+Green+Blue) = 203+245+219=667 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.43% from 667); Green value is 245 (96.09% from 255 or 36.73% from 667); Blue value is 219 (85.94% from 255 or 32.83% from 667); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF5DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF5DB is #340A24. Grayscale: #E5E5E5. Windows color (decimal): -3410469 or 14415307. OLE color: 14415307.

HSL color Cylindrical-coordinate representation of color #CBF5DB: hue angle of 142.86º degrees, saturation: 0.68, 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 #CBF5DB is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB203245219-
CMYK0.1700.110.04
HSL142.86º67.74%87.84%-
HSV(B)142.86º17.14%96.08%-
XYZ70.0783.1279.37-
YUV229.48122.09109.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.43%
GREEN value IS 245 (96.09% from 255) = 36.73%
BLUE value IS 219 (85.94% from 255) = 32.83%
R=30.43%
G=36.73%
B=32.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2032452190.1700.110.04142.8667.7487.84
HexCBF5DB110B48f4458
Octal313365333210134217104130
Binary11001011111101011101101110001010111001000111110001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF5DB; }

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

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

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

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

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

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

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

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