Html Css Color HEX #ADC8D1 Regent St Blue

📋 copy color: '#ADC8D1'

red 173 ◦ green 200 ◦ blue 209

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

Shades of Regent St Blue #ADC8D1

Tints of Regent St Blue #ADC8D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 35.91%

R = 29.73%
G = 34.36%
B = 35.91%

CMYK

 C value IS 0.17

 M value IS 0.04

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#ADC8D1 (or 0xADC8D1) is known color: Regent St Blue. HEX triplet: AD, C8 and D1. RGB value is (173,200,209). Sum of RGB (Red+Green+Blue) = 173+200+209=582 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.73% from 582); Green value is 200 (78.52% from 255 or 34.36% from 582); Blue value is 209 (82.03% from 255 or 35.91% from 582); Max value from RGB is 209 - color contains mainly: blue. Hex color #ADC8D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC8D1 is #52372E. Grayscale: #C0C0C0. Windows color (decimal): -5388079 or 13748397. OLE color: 13748397.

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

Color convert

RGB 173 200 209 -
CMYK 0.17 0.04 0 0.18
HSL 195º 0.28% 0.75% -
HSV(B) 195º 0.17% 0.82% -
XYZ 49.4 54.8 68.29 -
YUV 192.95 137.05 113.77 -
System Red Green Blue C M Y K H S L
Decimal 173 200 209 0.17 0.04 0 0.18 195 0.28 0.75
Hex AD C8 D1 11 4 0 12 C3 1C 4B
Octal 255 310 321 21 4 0 22 303 34 113
Binary 10101101 11001000 11010001 10001 100 0 10010 11000011 11100 1001011

Color Harmonies of #ADC8D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC8D1

Black with #ADC8D1

Text Example


Text Example

White with #ADC8D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC8D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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