#CBEED9

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

Shades of Aero Blue #CBEED9

Tints of Aero Blue #CBEED9

Color information

#CBEED9 (or 0xCBEED9) is unknown color: approx Aero Blue. HEX triplet: CB, EE and D9. RGB value is (203,238,217). Sum of RGB (Red+Green+Blue) = 203+238+217=658 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.85% from 658); Green value is 238 (93.36% from 255 or 36.17% from 658); Blue value is 217 (85.16% from 255 or 32.98% from 658); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEED9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEED9 is #341126. Grayscale: #E1E1E1. Windows color (decimal): -3412263 or 14282443. OLE color: 14282443.

HSL color Cylindrical-coordinate representation of color #CBEED9: hue angle of 144º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBEED9 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB203238217-
CMYK0.1500.090.07
HSL144º50.72%86.47%-
HSV(B)144º14.71%93.33%-
XYZ67.7378.8677.3-
YUV225.14123.4112.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.85%
GREEN value IS 238 (93.36% from 255) = 36.17%
BLUE value IS 217 (85.16% from 255) = 32.98%
R=30.85%
G=36.17%
B=32.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032382170.1500.090.0714450.7286.47
HexCBEED9F097903356
Octal31335633117011722063126
Binary110010111110111011011001111101001111100100001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEED9; }

 p { color: rgb(203,238,217); }

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

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

 a { background-color: rgb(203,238,217); }

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

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

 span { border-color: rgb(203,238,217); }

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