Html Css Color HEX #CBE8D9 Aero Blue

📋 copy color: '#CBE8D9'

red 203 ◦ green 232 ◦ blue 217

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

Shades of Aero Blue #CBE8D9

Tints of Aero Blue #CBE8D9

RGB

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

 GREEN value IS 232 (91.02% from 255) = 35.58%

 BLUE value IS 217 (85.16% from 255) = 33.28%

R = 31.13%
G = 35.58%
B = 33.28%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#CBE8D9 (or 0xCBE8D9) is known color: Aero Blue. HEX triplet: CB, E8 and D9. RGB value is (203,232,217). Sum of RGB (Red+Green+Blue) = 203+232+217=652 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.13% from 652); Green value is 232 (91.02% from 255 or 35.58% from 652); Blue value is 217 (85.16% from 255 or 33.28% from 652); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE8D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE8D9 is #341726. Grayscale: #DDDDDD. Windows color (decimal): -3413799 or 14280907. OLE color: 14280907.

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

Color convert

RGB 203 232 217 -
CMYK 0.12 0 0.06 0.09
HSL 148.97º 0.39% 0.85% -
HSV(B) 148.97º 0.13% 0.91% -
XYZ 66.01 75.42 76.72 -
YUV 221.62 125.39 114.72 -
System Red Green Blue C M Y K H S L
Decimal 203 232 217 0.12 0 0.06 0.09 148.97 0.39 0.85
Hex CB E8 D9 C 0 6 9 95 27 55
Octal 313 350 331 14 0 6 11 225 47 125
Binary 11001011 11101000 11011001 1100 0 110 1001 10010101 100111 1010101

Color Harmonies of #CBE8D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE8D9

Black with #CBE8D9

Text Example


Text Example

White with #CBE8D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE8D9; }

 p { color: rgb(203,232,217); }

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

background-color css

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

 a { background-color: rgb(203,232,217); }

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

border-color css

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

 span { border-color: rgb(203,232,217); }

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