#CBECD8

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

Shades of Aero Blue #CBECD8

Tints of Aero Blue #CBECD8

Color information

#CBECD8 (or 0xCBECD8) is unknown color: approx Aero Blue. HEX triplet: CB, EC and D8. RGB value is (203,236,216). Sum of RGB (Red+Green+Blue) = 203+236+216=655 (86% of max value = 765). Red value is 203 (79.69% from 255 or 30.99% from 655); Green value is 236 (92.58% from 255 or 36.03% from 655); Blue value is 216 (84.77% from 255 or 32.98% from 655); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBECD8 is #341327. Grayscale: #DFDFDF. Windows color (decimal): -3412776 or 14216395. OLE color: 14216395.

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

Color convert

RGB203236216-
CMYK0.1400.080.07
HSL143.64º46.48%86.08%-
HSV(B)143.64º13.98%92.55%-
XYZ67.0277.6576.42-
YUV223.85123.57113.13-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.99%
GREEN value IS 236 (92.58% from 255) = 36.03%
BLUE value IS 216 (84.77% from 255) = 32.98%
R=30.99%
G=36.03%
B=32.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032362160.1400.080.07143.6446.4886.08
HexCBECD8E087902e56
Octal31335433016010722056126
Binary110010111110110011011000111001000111100100001011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBECD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBECD8; }

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

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

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

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

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

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

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

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