Html Css Color HEX #CBE9DA Aero Blue

📋 copy color: '#CBE9DA'

red 203 ◦ green 233 ◦ blue 218

#CBE9DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aero Blue #CBE9DA

Tints of Aero Blue #CBE9DA

RGB

 RED value IS 203 (79.69% from 255) = 31.04%

 GREEN value IS 233 (91.41% from 255) = 35.63%

 BLUE value IS 218 (85.55% from 255) = 33.33%

R = 31.04%
G = 35.63%
B = 33.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#CBE9DA (or 0xCBE9DA) is known color: Aero Blue. HEX triplet: CB, E9 and DA. RGB value is (203,233,218). Sum of RGB (Red+Green+Blue) = 203+233+218=654 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.04% from 654); Green value is 233 (91.41% from 255 or 35.63% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE9DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE9DA is #341625. Grayscale: #DEDEDE. Windows color (decimal): -3413542 or 14346699. OLE color: 14346699.

HSL color Cylindrical-coordinate representation of color #CBE9DA: hue angle of 150º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBE9DA is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 233 218 -
CMYK 0.13 0 0.06 0.09
HSL 150º 0.41% 0.85% -
HSV(B) 150º 0.13% 0.91% -
XYZ 66.42 76.04 77.51 -
YUV 222.32 125.56 114.22 -
System Red Green Blue C M Y K H S L
Decimal 203 233 218 0.13 0 0.06 0.09 150 0.41 0.85
Hex CB E9 DA D 0 6 9 96 29 55
Octal 313 351 332 15 0 6 11 226 51 125
Binary 11001011 11101001 11011010 1101 0 110 1001 10010110 101001 1010101

Color Harmonies of #CBE9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE9DA

Black with #CBE9DA

Text Example


Text Example

White with #CBE9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE9DA; }

 p { color: rgb(203,233,218); }

 H1.HeaderClassName
 {
   color: #CBE9DA;
 }
 .AnyTagClassName
 {
   color: #CBE9DA;
 }
</style>

background-color css

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

 a { background-color: rgb(203,233,218); }

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

border-color css

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

 span { border-color: rgb(203,233,218); }

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