Html Css Color HEX #CBE1D6 Aero Blue

📋 copy color: '#CBE1D6'

red 203 ◦ green 225 ◦ blue 214

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

Shades of Aero Blue #CBE1D6

Tints of Aero Blue #CBE1D6

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.05%

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

R = 31.62%
G = 35.05%
B = 33.33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#CBE1D6 (or 0xCBE1D6) is known color: Aero Blue. HEX triplet: CB, E1 and D6. RGB value is (203,225,214). Sum of RGB (Red+Green+Blue) = 203+225+214=642 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.62% from 642); Green value is 225 (88.28% from 255 or 35.05% from 642); Blue value is 214 (83.98% from 255 or 33.33% from 642); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE1D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE1D6 is #341E29. Grayscale: #D9D9D9. Windows color (decimal): -3415594 or 14082507. OLE color: 14082507.

HSL color Cylindrical-coordinate representation of color #CBE1D6: hue angle of 150º degrees, saturation: 0.27, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBE1D6 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 225 214 -
CMYK 0.10 0 0.05 0.12
HSL 150º 0.27% 0.84% -
HSV(B) 150º 0.1% 0.88% -
XYZ 63.69 71.4 74.04 -
YUV 217.17 126.21 117.89 -
System Red Green Blue C M Y K H S L
Decimal 203 225 214 0.10 0 0.05 0.12 150 0.27 0.84
Hex CB E1 D6 A 0 5 C 96 1B 54
Octal 313 341 326 12 0 5 14 226 33 124
Binary 11001011 11100001 11010110 1010 0 101 1100 10010110 11011 1010100

Color Harmonies of #CBE1D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE1D6

Black with #CBE1D6

Text Example


Text Example

White with #CBE1D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE1D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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