Html Css Color HEX #ADC8D0 Regent St Blue

📋 copy color: '#ADC8D0'

red 173 ◦ green 200 ◦ blue 208

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

Shades of Regent St Blue #ADC8D0

Tints of Regent St Blue #ADC8D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.8%

R = 29.78%
G = 34.42%
B = 35.8%

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

#ADC8D0 (or 0xADC8D0) is known color: Regent St Blue. HEX triplet: AD, C8 and D0. RGB value is (173,200,208). Sum of RGB (Red+Green+Blue) = 173+200+208=581 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.78% from 581); Green value is 200 (78.52% from 255 or 34.42% from 581); Blue value is 208 (81.64% from 255 or 35.80% from 581); Max value from RGB is 208 - color contains mainly: blue. Hex color #ADC8D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC8D0 is #52372F. Grayscale: #C0C0C0. Windows color (decimal): -5388080 or 13682861. OLE color: 13682861.

HSL color Cylindrical-coordinate representation of color #ADC8D0: hue angle of 193.71º degrees, saturation: 0.27, 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 #ADC8D0 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 200 208 -
CMYK 0.17 0.04 0 0.18
HSL 193.71º 0.27% 0.75% -
HSV(B) 193.71º 0.17% 0.82% -
XYZ 49.27 54.75 67.64 -
YUV 192.84 136.55 113.85 -
System Red Green Blue C M Y K H S L
Decimal 173 200 208 0.17 0.04 0 0.18 193.71 0.27 0.75
Hex AD C8 D0 11 4 0 12 C2 1B 4B
Octal 255 310 320 21 4 0 22 302 33 113
Binary 10101101 11001000 11010000 10001 100 0 10010 11000010 11011 1001011

Color Harmonies of #ADC8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC8D0

Black with #ADC8D0

Text Example


Text Example

White with #ADC8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC8D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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