Html Css Color HEX #ADC8DB Spindle

📋 copy color: '#ADC8DB'

red 173 ◦ green 200 ◦ blue 219

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

Shades of Spindle #ADC8DB

Tints of Spindle #ADC8DB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.78%

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

R = 29.22%
G = 33.78%
B = 36.99%

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

#ADC8DB (or 0xADC8DB) is known color: Spindle. HEX triplet: AD, C8 and DB. RGB value is (173,200,219). Sum of RGB (Red+Green+Blue) = 173+200+219=592 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.22% from 592); Green value is 200 (78.52% from 255 or 33.78% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADC8DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC8DB is #523724. Grayscale: #C1C1C1. Windows color (decimal): -5388069 or 14403757. OLE color: 14403757.

HSL color Cylindrical-coordinate representation of color #ADC8DB: hue angle of 204.78º 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 #ADC8DB is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 200 219 -
CMYK 0.21 0.09 0 0.14
HSL 204.78º 0.39% 0.77% -
HSV(B) 204.78º 0.21% 0.86% -
XYZ 50.67 55.31 75.02 -
YUV 194.09 142.05 112.96 -
System Red Green Blue C M Y K H S L
Decimal 173 200 219 0.21 0.09 0 0.14 204.78 0.39 0.77
Hex AD C8 DB 15 9 0 E CD 27 4D
Octal 255 310 333 25 11 0 16 315 47 115
Binary 10101101 11001000 11011011 10101 1001 0 1110 11001101 100111 1001101

Color Harmonies of #ADC8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC8DB

Black with #ADC8DB

Text Example


Text Example

White with #ADC8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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