Html Css Color HEX #ABBFD4 Spindle

📋 copy color: '#ABBFD4'

red 171 ◦ green 191 ◦ blue 212

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

Shades of Spindle #ABBFD4

Tints of Spindle #ABBFD4

RGB

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

 GREEN value IS 191 (75% from 255) = 33.28%

 BLUE value IS 212 (83.2% from 255) = 36.93%

R = 29.79%
G = 33.28%
B = 36.93%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#ABBFD4 (or 0xABBFD4) is known color: Spindle. HEX triplet: AB, BF and D4. RGB value is (171,191,212). Sum of RGB (Red+Green+Blue) = 171+191+212=574 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.79% from 574); Green value is 191 (75% from 255 or 33.28% from 574); Blue value is 212 (83.20% from 255 or 36.93% from 574); Max value from RGB is 212 - color contains mainly: blue. Hex color #ABBFD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBFD4 is #54402B. Grayscale: #BBBBBB. Windows color (decimal): -5521452 or 13942699. OLE color: 13942699.

HSL color Cylindrical-coordinate representation of color #ABBFD4: hue angle of 210.73º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABBFD4 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 171 191 212 -
CMYK 0.19 0.10 0 0.17
HSL 210.73º 0.32% 0.75% -
HSV(B) 210.73º 0.19% 0.83% -
XYZ 47.31 50.67 69.57 -
YUV 187.41 141.87 116.29 -
System Red Green Blue C M Y K H S L
Decimal 171 191 212 0.19 0.10 0 0.17 210.73 0.32 0.75
Hex AB BF D4 13 A 0 11 D3 20 4B
Octal 253 277 324 23 12 0 21 323 40 113
Binary 10101011 10111111 11010100 10011 1010 0 10001 11010011 100000 1001011

Color Harmonies of #ABBFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBFD4

Black with #ABBFD4

Text Example


Text Example

White with #ABBFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBFD4; }

 p { color: rgb(171,191,212); }

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

background-color css

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

 a { background-color: rgb(171,191,212); }

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

border-color css

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

 span { border-color: rgb(171,191,212); }

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