Html Css Color HEX #ADC3D8 Spindle

📋 copy color: '#ADC3D8'

red 173 ◦ green 195 ◦ blue 216

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

Shades of Spindle #ADC3D8

Tints of Spindle #ADC3D8

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.39%

 BLUE value IS 216 (84.77% from 255) = 36.99%

R = 29.62%
G = 33.39%
B = 36.99%

CMYK

 C value IS 0.20

 M value IS 0.10

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ADC3D8 (or 0xADC3D8) is known color: Spindle. HEX triplet: AD, C3 and D8. RGB value is (173,195,216). Sum of RGB (Red+Green+Blue) = 173+195+216=584 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.62% from 584); Green value is 195 (76.56% from 255 or 33.39% from 584); Blue value is 216 (84.77% from 255 or 36.99% from 584); Max value from RGB is 216 - color contains mainly: blue. Hex color #ADC3D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC3D8 is #523C27. Grayscale: #BEBEBE. Windows color (decimal): -5389352 or 14205869. OLE color: 14205869.

HSL color Cylindrical-coordinate representation of color #ADC3D8: hue angle of 209.3º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADC3D8 is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 195 216 -
CMYK 0.20 0.10 0 0.15
HSL 209.3º 0.36% 0.76% -
HSV(B) 209.3º 0.2% 0.85% -
XYZ 49.14 52.87 72.58 -
YUV 190.82 142.21 115.29 -
System Red Green Blue C M Y K H S L
Decimal 173 195 216 0.20 0.10 0 0.15 209.3 0.36 0.76
Hex AD C3 D8 14 A 0 F D1 24 4C
Octal 255 303 330 24 12 0 17 321 44 114
Binary 10101101 11000011 11011000 10100 1010 0 1111 11010001 100100 1001100

Color Harmonies of #ADC3D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC3D8

Black with #ADC3D8

Text Example


Text Example

White with #ADC3D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC3D8; }

 p { color: rgb(173,195,216); }

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

background-color css

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

 a { background-color: rgb(173,195,216); }

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

border-color css

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

 span { border-color: rgb(173,195,216); }

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