Html Css Color HEX #AABCCE Spindle

📋 copy color: '#AABCCE'

red 170 ◦ green 188 ◦ blue 206

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

Shades of Spindle #AABCCE

Tints of Spindle #AABCCE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.33%

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

R = 30.14%
G = 33.33%
B = 36.52%

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

#AABCCE (or 0xAABCCE) is known color: Spindle. HEX triplet: AA, BC and CE. RGB value is (170,188,206). Sum of RGB (Red+Green+Blue) = 170+188+206=564 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.14% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 206 (80.86% from 255 or 36.52% from 564); Max value from RGB is 206 - color contains mainly: blue. Hex color #AABCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABCCE is #554331. Grayscale: #B8B8B8. Windows color (decimal): -5587762 or 13548714. OLE color: 13548714.

HSL color Cylindrical-coordinate representation of color #AABCCE: hue angle of 210º 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 #AABCCE is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 188 206 -
CMYK 0.17 0.09 0 0.19
HSL 210º 0.27% 0.74% -
HSV(B) 210º 0.17% 0.81% -
XYZ 45.7 48.97 65.44 -
YUV 184.67 140.04 117.54 -
System Red Green Blue C M Y K H S L
Decimal 170 188 206 0.17 0.09 0 0.19 210 0.27 0.74
Hex AA BC CE 11 9 0 13 D2 1B 4A
Octal 252 274 316 21 11 0 23 322 33 112
Binary 10101010 10111100 11001110 10001 1001 0 10011 11010010 11011 1001010

Color Harmonies of #AABCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABCCE

Black with #AABCCE

Text Example


Text Example

White with #AABCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABCCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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