Html Css Color HEX #ADC8D5 Regent St Blue

📋 copy color: '#ADC8D5'

red 173 ◦ green 200 ◦ blue 213

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

Shades of Regent St Blue #ADC8D5

Tints of Regent St Blue #ADC8D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.35%

R = 29.52%
G = 34.13%
B = 36.35%

CMYK

 C value IS 0.19

 M value IS 0.06

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ADC8D5 (or 0xADC8D5) is known color: Regent St Blue. HEX triplet: AD, C8 and D5. RGB value is (173,200,213). Sum of RGB (Red+Green+Blue) = 173+200+213=586 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.52% from 586); Green value is 200 (78.52% from 255 or 34.13% from 586); Blue value is 213 (83.59% from 255 or 36.35% from 586); Max value from RGB is 213 - color contains mainly: blue. Hex color #ADC8D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC8D5 is #52372A. Grayscale: #C1C1C1. Windows color (decimal): -5388075 or 14010541. OLE color: 14010541.

HSL color Cylindrical-coordinate representation of color #ADC8D5: hue angle of 199.5º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADC8D5 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 200 213 -
CMYK 0.19 0.06 0 0.16
HSL 199.5º 0.32% 0.76% -
HSV(B) 199.5º 0.19% 0.84% -
XYZ 49.9 55 70.94 -
YUV 193.41 139.05 113.44 -
System Red Green Blue C M Y K H S L
Decimal 173 200 213 0.19 0.06 0 0.16 199.5 0.32 0.76
Hex AD C8 D5 13 6 0 10 C8 20 4C
Octal 255 310 325 23 6 0 20 310 40 114
Binary 10101101 11001000 11010101 10011 110 0 10000 11001000 100000 1001100

Color Harmonies of #ADC8D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC8D5

Black with #ADC8D5

Text Example


Text Example

White with #ADC8D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC8D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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