#CBF2DA

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

Shades of Aero Blue #CBF2DA

Tints of Aero Blue #CBF2DA

Color information

#CBF2DA (or 0xCBF2DA) is unknown color: approx Aero Blue. HEX triplet: CB, F2 and DA. RGB value is (203,242,218). Sum of RGB (Red+Green+Blue) = 203+242+218=663 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.62% from 663); Green value is 242 (94.92% from 255 or 36.50% from 663); Blue value is 218 (85.55% from 255 or 32.88% from 663); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF2DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF2DA is #340D25. Grayscale: #E3E3E3. Windows color (decimal): -3411238 or 14349003. OLE color: 14349003.

HSL color Cylindrical-coordinate representation of color #CBF2DA: hue angle of 143.08º degrees, saturation: 0.6, 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 #CBF2DA is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB203242218-
CMYK0.1600.100.05
HSL143.08º60%87.25%-
HSV(B)143.08º16.12%94.9%-
XYZ69.0481.2678.38-
YUV227.6122.58110.45-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.62%
GREEN value IS 242 (94.92% from 255) = 36.50%
BLUE value IS 218 (85.55% from 255) = 32.88%
R=30.62%
G=36.50%
B=32.88%

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
Decimal2032422180.1600.100.05143.086087.25
HexCBF2DA100A58f3c57
Octal31336233220012521774127
Binary1100101111110010110110101000001010101100011111111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF2DA; }

 p { color: rgb(203,242,218); }

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

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

 a { background-color: rgb(203,242,218); }

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

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

 span { border-color: rgb(203,242,218); }

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