#CBEEDB

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

Shades of Aero Blue #CBEEDB

Tints of Aero Blue #CBEEDB

Color information

#CBEEDB (or 0xCBEEDB) is unknown color: approx Aero Blue. HEX triplet: CB, EE and DB. RGB value is (203,238,219). Sum of RGB (Red+Green+Blue) = 203+238+219=660 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.76% from 660); Green value is 238 (93.36% from 255 or 36.06% from 660); Blue value is 219 (85.94% from 255 or 33.18% from 660); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEEDB is #341124. Grayscale: #E1E1E1. Windows color (decimal): -3412261 or 14413515. OLE color: 14413515.

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

Color convert

RGB203238219-
CMYK0.1500.080.07
HSL147.43º50.72%86.47%-
HSV(B)147.43º14.71%93.33%-
XYZ67.9978.9678.68-
YUV225.37124.4112.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.76%
GREEN value IS 238 (93.36% from 255) = 36.06%
BLUE value IS 219 (85.94% from 255) = 33.18%
R=30.76%
G=36.06%
B=33.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032382190.1500.080.07147.4350.7286.47
HexCBEEDBF087933356
Octal31335633317010722363126
Binary110010111110111011011011111101000111100100111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEEDB; }

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

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

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

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

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

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

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

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