Html Css Color HEX #AABBCE Spindle

📋 copy color: '#AABBCE'

red 170 ◦ green 187 ◦ blue 206

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

Shades of Spindle #AABBCE

Tints of Spindle #AABBCE

RGB

 RED value IS 170 (66.8% from 255) = 30.2%

 GREEN value IS 187 (73.44% from 255) = 33.21%

 BLUE value IS 206 (80.86% from 255) = 36.59%

R = 30.2%
G = 33.21%
B = 36.59%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AABBCE (or 0xAABBCE) is known color: Spindle. HEX triplet: AA, BB and CE. RGB value is (170,187,206). Sum of RGB (Red+Green+Blue) = 170+187+206=563 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.20% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 206 - color contains mainly: blue. Hex color #AABBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABBCE is #554431. Grayscale: #B7B7B7. Windows color (decimal): -5588018 or 13548458. OLE color: 13548458.

HSL color Cylindrical-coordinate representation of color #AABBCE: hue angle of 211.67º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AABBCE is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 187 206 -
CMYK 0.17 0.09 0 0.19
HSL 211.67º 0.27% 0.74% -
HSV(B) 211.67º 0.17% 0.81% -
XYZ 45.49 48.54 65.36 -
YUV 184.08 140.37 117.96 -
System Red Green Blue C M Y K H S L
Decimal 170 187 206 0.17 0.09 0 0.19 211.67 0.27 0.74
Hex AA BB CE 11 9 0 13 D4 1B 4A
Octal 252 273 316 21 11 0 23 324 33 112
Binary 10101010 10111011 11001110 10001 1001 0 10011 11010100 11011 1001010

Color Harmonies of #AABBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABBCE

Black with #AABBCE

Text Example


Text Example

White with #AABBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABBCE; }

 p { color: rgb(170,187,206); }

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

background-color css

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

 a { background-color: rgb(170,187,206); }

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

border-color css

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

 span { border-color: rgb(170,187,206); }

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