Html Css Color HEX #ADC7DB Spindle

📋 copy color: '#ADC7DB'

red 173 ◦ green 199 ◦ blue 219

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

Shades of Spindle #ADC7DB

Tints of Spindle #ADC7DB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.67%

 BLUE value IS 219 (85.94% from 255) = 37.06%

R = 29.27%
G = 33.67%
B = 37.06%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ADC7DB (or 0xADC7DB) is known color: Spindle. HEX triplet: AD, C7 and DB. RGB value is (173,199,219). Sum of RGB (Red+Green+Blue) = 173+199+219=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 199 (78.12% from 255 or 33.67% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADC7DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC7DB is #523824. Grayscale: #C1C1C1. Windows color (decimal): -5388325 or 14403501. OLE color: 14403501.

HSL color Cylindrical-coordinate representation of color #ADC7DB: hue angle of 206.09º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADC7DB is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 199 219 -
CMYK 0.21 0.09 0 0.14
HSL 206.09º 0.39% 0.77% -
HSV(B) 206.09º 0.21% 0.86% -
XYZ 50.44 54.85 74.95 -
YUV 193.51 142.39 113.37 -
System Red Green Blue C M Y K H S L
Decimal 173 199 219 0.21 0.09 0 0.14 206.09 0.39 0.77
Hex AD C7 DB 15 9 0 E CE 27 4D
Octal 255 307 333 25 11 0 16 316 47 115
Binary 10101101 11000111 11011011 10101 1001 0 1110 11001110 100111 1001101

Color Harmonies of #ADC7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC7DB

Black with #ADC7DB

Text Example


Text Example

White with #ADC7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC7DB; }

 p { color: rgb(173,199,219); }

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

background-color css

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

 a { background-color: rgb(173,199,219); }

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

border-color css

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

 span { border-color: rgb(173,199,219); }

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