Html Css Color HEX #CBE2D5 Aero Blue

📋 copy color: '#CBE2D5'

red 203 ◦ green 226 ◦ blue 213

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

Shades of Aero Blue #CBE2D5

Tints of Aero Blue #CBE2D5

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.2%

 BLUE value IS 213 (83.59% from 255) = 33.18%

R = 31.62%
G = 35.2%
B = 33.18%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#CBE2D5 (or 0xCBE2D5) is known color: Aero Blue. HEX triplet: CB, E2 and D5. RGB value is (203,226,213). Sum of RGB (Red+Green+Blue) = 203+226+213=642 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.62% from 642); Green value is 226 (88.67% from 255 or 35.20% from 642); Blue value is 213 (83.59% from 255 or 33.18% from 642); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE2D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE2D5 is #341D2A. Grayscale: #D9D9D9. Windows color (decimal): -3415339 or 14017227. OLE color: 14017227.

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

Color convert

RGB 203 226 213 -
CMYK 0.10 0 0.06 0.11
HSL 146.09º 0.28% 0.84% -
HSV(B) 146.09º 0.1% 0.89% -
XYZ 63.84 71.89 73.46 -
YUV 217.64 125.38 117.56 -
System Red Green Blue C M Y K H S L
Decimal 203 226 213 0.10 0 0.06 0.11 146.09 0.28 0.84
Hex CB E2 D5 A 0 6 B 92 1C 54
Octal 313 342 325 12 0 6 13 222 34 124
Binary 11001011 11100010 11010101 1010 0 110 1011 10010010 11100 1010100

Color Harmonies of #CBE2D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE2D5

Black with #CBE2D5

Text Example


Text Example

White with #CBE2D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE2D5; }

 p { color: rgb(203,226,213); }

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

background-color css

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

 a { background-color: rgb(203,226,213); }

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

border-color css

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

 span { border-color: rgb(203,226,213); }

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