#CBEED8

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

Shades of Aero Blue #CBEED8

Tints of Aero Blue #CBEED8

Color information

#CBEED8 (or 0xCBEED8) is unknown color: approx Aero Blue. HEX triplet: CB, EE and D8. RGB value is (203,238,216). Sum of RGB (Red+Green+Blue) = 203+238+216=657 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.90% from 657); Green value is 238 (93.36% from 255 or 36.23% from 657); Blue value is 216 (84.77% from 255 or 32.88% from 657); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEED8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEED8 is #341127. Grayscale: #E1E1E1. Windows color (decimal): -3412264 or 14216907. OLE color: 14216907.

HSL color Cylindrical-coordinate representation of color #CBEED8: hue angle of 142.29º 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 #CBEED8 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB203238216-
CMYK0.1500.090.07
HSL142.29º50.72%86.47%-
HSV(B)142.29º14.71%93.33%-
XYZ67.678.876.61-
YUV225.03122.9112.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.90%
GREEN value IS 238 (93.36% from 255) = 36.23%
BLUE value IS 216 (84.77% from 255) = 32.88%
R=30.90%
G=36.23%
B=32.88%

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
Decimal2032382160.1500.090.07142.2950.7286.47
HexCBEED8F0978e3356
Octal31335633017011721663126
Binary110010111110111011011000111101001111100011101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEED8; }

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

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

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

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

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

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

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

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