Html Css Color HEX #A1BFD5 Spindle

📋 copy color: '#A1BFD5'

red 161 ◦ green 191 ◦ blue 213

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

Shades of Spindle #A1BFD5

Tints of Spindle #A1BFD5

RGB

 RED value IS 161 (63.28% from 255) = 28.5%

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

 BLUE value IS 213 (83.59% from 255) = 37.7%

R = 28.5%
G = 33.81%
B = 37.7%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A1BFD5 (or 0xA1BFD5) is known color: Spindle. HEX triplet: A1, BF and D5. RGB value is (161,191,213). Sum of RGB (Red+Green+Blue) = 161+191+213=565 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.50% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 213 (83.59% from 255 or 37.70% from 565); Max value from RGB is 213 - color contains mainly: blue. Hex color #A1BFD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BFD5 is #5E402A. Grayscale: #B8B8B8. Windows color (decimal): -6176811 or 14008225. OLE color: 14008225.

HSL color Cylindrical-coordinate representation of color #A1BFD5: hue angle of 205.38º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1BFD5 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 191 213 -
CMYK 0.24 0.10 0 0.16
HSL 205.38º 0.38% 0.73% -
HSV(B) 205.38º 0.24% 0.84% -
XYZ 45.34 49.64 70.14 -
YUV 184.54 144.06 111.21 -
System Red Green Blue C M Y K H S L
Decimal 161 191 213 0.24 0.10 0 0.16 205.38 0.38 0.73
Hex A1 BF D5 18 A 0 10 CD 26 49
Octal 241 277 325 30 12 0 20 315 46 111
Binary 10100001 10111111 11010101 11000 1010 0 10000 11001101 100110 1001001

Color Harmonies of #A1BFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BFD5

Black with #A1BFD5

Text Example


Text Example

White with #A1BFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BFD5; }

 p { color: rgb(161,191,213); }

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

background-color css

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

 a { background-color: rgb(161,191,213); }

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

border-color css

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

 span { border-color: rgb(161,191,213); }

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