Html Css Color HEX #A0BFD5 Spindle

📋 copy color: '#A0BFD5'

red 160 ◦ green 191 ◦ blue 213

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

Shades of Spindle #A0BFD5

Tints of Spindle #A0BFD5

RGB

 RED value IS 160 (62.89% from 255) = 28.37%

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

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

R = 28.37%
G = 33.87%
B = 37.77%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A0BFD5 (or 0xA0BFD5) is known color: Spindle. HEX triplet: A0, BF and D5. RGB value is (160,191,213). Sum of RGB (Red+Green+Blue) = 160+191+213=564 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.37% from 564); Green value is 191 (75% from 255 or 33.87% from 564); Blue value is 213 (83.59% from 255 or 37.77% from 564); Max value from RGB is 213 - color contains mainly: blue. Hex color #A0BFD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BFD5 is #5F402A. Grayscale: #B8B8B8. Windows color (decimal): -6242347 or 14008224. OLE color: 14008224.

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

Color convert

RGB 160 191 213 -
CMYK 0.25 0.10 0 0.16
HSL 204.91º 0.39% 0.73% -
HSV(B) 204.91º 0.25% 0.84% -
XYZ 45.14 49.54 70.13 -
YUV 184.24 144.23 110.71 -
System Red Green Blue C M Y K H S L
Decimal 160 191 213 0.25 0.10 0 0.16 204.91 0.39 0.73
Hex A0 BF D5 19 A 0 10 CD 27 49
Octal 240 277 325 31 12 0 20 315 47 111
Binary 10100000 10111111 11010101 11001 1010 0 10000 11001101 100111 1001001

Color Harmonies of #A0BFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BFD5

Black with #A0BFD5

Text Example


Text Example

White with #A0BFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BFD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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