Html Css Color HEX #CBE4D6 Aero Blue

📋 copy color: '#CBE4D6'

red 203 ◦ green 228 ◦ blue 214

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

Shades of Aero Blue #CBE4D6

Tints of Aero Blue #CBE4D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 33.18%

R = 31.47%
G = 35.35%
B = 33.18%

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

#CBE4D6 (or 0xCBE4D6) is known color: Aero Blue. HEX triplet: CB, E4 and D6. RGB value is (203,228,214). Sum of RGB (Red+Green+Blue) = 203+228+214=645 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.47% from 645); Green value is 228 (89.45% from 255 or 35.35% from 645); Blue value is 214 (83.98% from 255 or 33.18% from 645); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE4D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE4D6 is #341B29. Grayscale: #DADADA. Windows color (decimal): -3414826 or 14083275. OLE color: 14083275.

HSL color Cylindrical-coordinate representation of color #CBE4D6: hue angle of 146.4º 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 #CBE4D6 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 228 214 -
CMYK 0.11 0 0.06 0.11
HSL 146.4º 0.32% 0.85% -
HSV(B) 146.4º 0.11% 0.89% -
XYZ 64.51 73.04 74.32 -
YUV 218.93 125.22 116.64 -
System Red Green Blue C M Y K H S L
Decimal 203 228 214 0.11 0 0.06 0.11 146.4 0.32 0.85
Hex CB E4 D6 B 0 6 B 92 20 55
Octal 313 344 326 13 0 6 13 222 40 125
Binary 11001011 11100100 11010110 1011 0 110 1011 10010010 100000 1010101

Color Harmonies of #CBE4D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE4D6

Black with #CBE4D6

Text Example


Text Example

White with #CBE4D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE4D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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