#CBF3DB

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

Shades of Aero Blue #CBF3DB

Tints of Aero Blue #CBF3DB

Color information

#CBF3DB (or 0xCBF3DB) is unknown color: approx Aero Blue. HEX triplet: CB, F3 and DB. RGB value is (203,243,219). Sum of RGB (Red+Green+Blue) = 203+243+219=665 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.53% from 665); Green value is 243 (95.31% from 255 or 36.54% from 665); Blue value is 219 (85.94% from 255 or 32.93% from 665); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF3DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF3DB is #340C24. Grayscale: #E4E4E4. Windows color (decimal): -3410981 or 14414795. OLE color: 14414795.

HSL color Cylindrical-coordinate representation of color #CBF3DB: hue angle of 144º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBF3DB is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB203243219-
CMYK0.1600.100.05
HSL144º62.5%87.45%-
HSV(B)144º16.46%95.29%-
XYZ69.4781.9179.17-
YUV228.3122.75109.95-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.53%
GREEN value IS 243 (95.31% from 255) = 36.54%
BLUE value IS 219 (85.94% from 255) = 32.93%
R=30.53%
G=36.54%
B=32.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032432190.1600.100.0514462.587.45
HexCBF3DB100A5903e57
Octal31336333320012522076127
Binary1100101111110011110110111000001010101100100001111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF3DB; }

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

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

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

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

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

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

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

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