#CBEFDC

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

Shades of Aero Blue #CBEFDC

Tints of Aero Blue #CBEFDC

Color information

#CBEFDC (or 0xCBEFDC) is unknown color: approx Aero Blue. HEX triplet: CB, EF and DC. RGB value is (203,239,220). Sum of RGB (Red+Green+Blue) = 203+239+220=662 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.66% from 662); Green value is 239 (93.75% from 255 or 36.10% from 662); Blue value is 220 (86.33% from 255 or 33.23% from 662); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEFDC is #341023. Grayscale: #E2E2E2. Windows color (decimal): -3412004 or 14479307. OLE color: 14479307.

HSL color Cylindrical-coordinate representation of color #CBEFDC: hue angle of 148.33º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBEFDC is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB203239220-
CMYK0.1500.080.06
HSL148.33º52.94%86.67%-
HSV(B)148.33º15.06%93.73%-
XYZ68.4179.679.47-
YUV226.07124.57111.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.66%
GREEN value IS 239 (93.75% from 255) = 36.10%
BLUE value IS 220 (86.33% from 255) = 33.23%
R=30.66%
G=36.10%
B=33.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032392200.1500.080.06148.3352.9486.67
HexCBEFDCF086943557
Octal31335733417010622465127
Binary110010111110111111011100111101000110100101001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEFDC; }

 p { color: rgb(203,239,220); }

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

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

 a { background-color: rgb(203,239,220); }

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

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

 span { border-color: rgb(203,239,220); }

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