Html Css Color HEX #ADC9D6 Regent St Blue

📋 copy color: '#ADC9D6'

red 173 ◦ green 201 ◦ blue 214

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

Shades of Regent St Blue #ADC9D6

Tints of Regent St Blue #ADC9D6

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.18%

 BLUE value IS 214 (83.98% from 255) = 36.39%

R = 29.42%
G = 34.18%
B = 36.39%

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

#ADC9D6 (or 0xADC9D6) is known color: Regent St Blue. HEX triplet: AD, C9 and D6. RGB value is (173,201,214). Sum of RGB (Red+Green+Blue) = 173+201+214=588 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.42% from 588); Green value is 201 (78.91% from 255 or 34.18% from 588); Blue value is 214 (83.98% from 255 or 36.39% from 588); Max value from RGB is 214 - color contains mainly: blue. Hex color #ADC9D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC9D6 is #523629. Grayscale: #C2C2C2. Windows color (decimal): -5387818 or 14076333. OLE color: 14076333.

HSL color Cylindrical-coordinate representation of color #ADC9D6: hue angle of 199.02º degrees, saturation: 0.33, 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 #ADC9D6 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 201 214 -
CMYK 0.19 0.06 0 0.16
HSL 199.02º 0.33% 0.76% -
HSV(B) 199.02º 0.19% 0.84% -
XYZ 50.26 55.51 71.68 -
YUV 194.11 139.22 112.94 -
System Red Green Blue C M Y K H S L
Decimal 173 201 214 0.19 0.06 0 0.16 199.02 0.33 0.76
Hex AD C9 D6 13 6 0 10 C7 21 4C
Octal 255 311 326 23 6 0 20 307 41 114
Binary 10101101 11001001 11010110 10011 110 0 10000 11000111 100001 1001100

Color Harmonies of #ADC9D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC9D6

Black with #ADC9D6

Text Example


Text Example

White with #ADC9D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC9D6; }

 p { color: rgb(173,201,214); }

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

background-color css

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

 a { background-color: rgb(173,201,214); }

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

border-color css

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

 span { border-color: rgb(173,201,214); }

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