#CBEADA

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

Shades of Aero Blue #CBEADA

Tints of Aero Blue #CBEADA

Color information

#CBEADA (or 0xCBEADA) is unknown color: approx Aero Blue. HEX triplet: CB, EA and DA. RGB value is (203,234,218). Sum of RGB (Red+Green+Blue) = 203+234+218=655 (86% of max value = 765). Red value is 203 (79.69% from 255 or 30.99% from 655); Green value is 234 (91.80% from 255 or 35.73% from 655); Blue value is 218 (85.55% from 255 or 33.28% from 655); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEADA is #341525. Grayscale: #DEDEDE. Windows color (decimal): -3413286 or 14346955. OLE color: 14346955.

HSL color Cylindrical-coordinate representation of color #CBEADA: hue angle of 149.03º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBEADA is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB203234218-
CMYK0.1300.070.08
HSL149.03º42.47%85.69%-
HSV(B)149.03º13.25%91.76%-
XYZ66.7176.677.6-
YUV222.91125.23113.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.99%
GREEN value IS 234 (91.80% from 255) = 35.73%
BLUE value IS 218 (85.55% from 255) = 33.28%
R=30.99%
G=35.73%
B=33.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032342180.1300.070.08149.0342.4785.69
HexCBEADAD078952a56
Octal31335233215071022552126
Binary110010111110101011011010110101111000100101011010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEADA; }

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

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

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

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

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

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

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

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