Html Css Color HEX #AABCCF Spindle

📋 copy color: '#AABCCF'

red 170 ◦ green 188 ◦ blue 207

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

Shades of Spindle #AABCCF

Tints of Spindle #AABCCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.64%

R = 30.09%
G = 33.27%
B = 36.64%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AABCCF (or 0xAABCCF) is known color: Spindle. HEX triplet: AA, BC and CF. RGB value is (170,188,207). Sum of RGB (Red+Green+Blue) = 170+188+207=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 207 - color contains mainly: blue. Hex color #AABCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABCCF is #554330. Grayscale: #B8B8B8. Windows color (decimal): -5587761 or 13614250. OLE color: 13614250.

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

Color convert

RGB 170 188 207 -
CMYK 0.18 0.09 0 0.19
HSL 210.81º 0.28% 0.74% -
HSV(B) 210.81º 0.18% 0.81% -
XYZ 45.82 49.02 66.08 -
YUV 184.78 140.54 117.46 -
System Red Green Blue C M Y K H S L
Decimal 170 188 207 0.18 0.09 0 0.19 210.81 0.28 0.74
Hex AA BC CF 12 9 0 13 D3 1C 4A
Octal 252 274 317 22 11 0 23 323 34 112
Binary 10101010 10111100 11001111 10010 1001 0 10011 11010011 11100 1001010

Color Harmonies of #AABCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABCCF

Black with #AABCCF

Text Example


Text Example

White with #AABCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABCCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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