Html Css Color HEX #ABBDCF Spindle

📋 copy color: '#ABBDCF'

red 171 ◦ green 189 ◦ blue 207

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

Shades of Spindle #ABBDCF

Tints of Spindle #ABBDCF

RGB

 RED value IS 171 (67.19% from 255) = 30.16%

 GREEN value IS 189 (74.22% from 255) = 33.33%

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

R = 30.16%
G = 33.33%
B = 36.51%

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

#ABBDCF (or 0xABBDCF) is known color: Spindle. HEX triplet: AB, BD and CF. RGB value is (171,189,207). Sum of RGB (Red+Green+Blue) = 171+189+207=567 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.16% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 207 - color contains mainly: blue. Hex color #ABBDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBDCF is #544230. Grayscale: #B9B9B9. Windows color (decimal): -5521969 or 13614507. OLE color: 13614507.

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

Color convert

RGB 171 189 207 -
CMYK 0.17 0.09 0 0.19
HSL 210º 0.27% 0.74% -
HSV(B) 210º 0.17% 0.81% -
XYZ 46.25 49.56 66.16 -
YUV 185.67 140.04 117.54 -
System Red Green Blue C M Y K H S L
Decimal 171 189 207 0.17 0.09 0 0.19 210 0.27 0.74
Hex AB BD CF 11 9 0 13 D2 1B 4A
Octal 253 275 317 21 11 0 23 322 33 112
Binary 10101011 10111101 11001111 10001 1001 0 10011 11010010 11011 1001010

Color Harmonies of #ABBDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBDCF

Black with #ABBDCF

Text Example


Text Example

White with #ABBDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBDCF; }

 p { color: rgb(171,189,207); }

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

background-color css

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

 a { background-color: rgb(171,189,207); }

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

border-color css

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

 span { border-color: rgb(171,189,207); }

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