Html Css Color HEX #CBE4D7 Aero Blue

📋 copy color: '#CBE4D7'

red 203 ◦ green 228 ◦ blue 215

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

Shades of Aero Blue #CBE4D7

Tints of Aero Blue #CBE4D7

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.29%

 BLUE value IS 215 (84.38% from 255) = 33.28%

R = 31.42%
G = 35.29%
B = 33.28%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#CBE4D7 (or 0xCBE4D7) is known color: Aero Blue. HEX triplet: CB, E4 and D7. RGB value is (203,228,215). Sum of RGB (Red+Green+Blue) = 203+228+215=646 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.42% from 646); Green value is 228 (89.45% from 255 or 35.29% from 646); Blue value is 215 (84.38% from 255 or 33.28% from 646); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE4D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE4D7 is #341B28. Grayscale: #DBDBDB. Windows color (decimal): -3414825 or 14148811. OLE color: 14148811.

HSL color Cylindrical-coordinate representation of color #CBE4D7: hue angle of 148.8º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBE4D7 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 228 215 -
CMYK 0.11 0 0.06 0.11
HSL 148.8º 0.32% 0.85% -
HSV(B) 148.8º 0.11% 0.89% -
XYZ 64.64 73.09 74.99 -
YUV 219.04 125.72 116.56 -
System Red Green Blue C M Y K H S L
Decimal 203 228 215 0.11 0 0.06 0.11 148.8 0.32 0.85
Hex CB E4 D7 B 0 6 B 95 20 55
Octal 313 344 327 13 0 6 13 225 40 125
Binary 11001011 11100100 11010111 1011 0 110 1011 10010101 100000 1010101

Color Harmonies of #CBE4D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE4D7

Black with #CBE4D7

Text Example


Text Example

White with #CBE4D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE4D7; }

 p { color: rgb(203,228,215); }

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

background-color css

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

 a { background-color: rgb(203,228,215); }

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

border-color css

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

 span { border-color: rgb(203,228,215); }

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