Html Css Color HEX #CBE6D9 Aero Blue

📋 copy color: '#CBE6D9'

red 203 ◦ green 230 ◦ blue 217

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

Shades of Aero Blue #CBE6D9

Tints of Aero Blue #CBE6D9

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.38%

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

R = 31.23%
G = 35.38%
B = 33.38%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#CBE6D9 (or 0xCBE6D9) is known color: Aero Blue. HEX triplet: CB, E6 and D9. RGB value is (203,230,217). Sum of RGB (Red+Green+Blue) = 203+230+217=650 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.23% from 650); Green value is 230 (90.23% from 255 or 35.38% from 650); Blue value is 217 (85.16% from 255 or 33.38% from 650); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE6D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE6D9 is #341926. Grayscale: #DCDCDC. Windows color (decimal): -3414311 or 14280395. OLE color: 14280395.

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

Color convert

RGB 203 230 217 -
CMYK 0.12 0 0.06 0.10
HSL 151.11º 0.35% 0.85% -
HSV(B) 151.11º 0.12% 0.9% -
XYZ 65.45 74.3 76.54 -
YUV 220.45 126.05 115.56 -
System Red Green Blue C M Y K H S L
Decimal 203 230 217 0.12 0 0.06 0.10 151.11 0.35 0.85
Hex CB E6 D9 C 0 6 A 97 23 55
Octal 313 346 331 14 0 6 12 227 43 125
Binary 11001011 11100110 11011001 1100 0 110 1010 10010111 100011 1010101

Color Harmonies of #CBE6D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE6D9

Black with #CBE6D9

Text Example


Text Example

White with #CBE6D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE6D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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