Html Css Color HEX #ADBFD4 Spindle

📋 copy color: '#ADBFD4'

red 173 ◦ green 191 ◦ blue 212

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

Shades of Spindle #ADBFD4

Tints of Spindle #ADBFD4

RGB

 RED value IS 173 (67.97% from 255) = 30.03%

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

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

R = 30.03%
G = 33.16%
B = 36.81%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#ADBFD4 (or 0xADBFD4) is known color: Spindle. HEX triplet: AD, BF and D4. RGB value is (173,191,212). Sum of RGB (Red+Green+Blue) = 173+191+212=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 191 (75% from 255 or 33.16% from 576); Blue value is 212 (83.20% from 255 or 36.81% from 576); Max value from RGB is 212 - color contains mainly: blue. Hex color #ADBFD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBFD4 is #52402B. Grayscale: #BBBBBB. Windows color (decimal): -5390380 or 13942701. OLE color: 13942701.

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

Color convert

RGB 173 191 212 -
CMYK 0.18 0.10 0 0.17
HSL 212.31º 0.31% 0.75% -
HSV(B) 212.31º 0.18% 0.83% -
XYZ 47.75 50.9 69.6 -
YUV 188.01 141.54 117.29 -
System Red Green Blue C M Y K H S L
Decimal 173 191 212 0.18 0.10 0 0.17 212.31 0.31 0.75
Hex AD BF D4 12 A 0 11 D4 1F 4B
Octal 255 277 324 22 12 0 21 324 37 113
Binary 10101101 10111111 11010100 10010 1010 0 10001 11010100 11111 1001011

Color Harmonies of #ADBFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBFD4

Black with #ADBFD4

Text Example


Text Example

White with #ADBFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBFD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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