Html Css Color HEX #ADC8D6 Regent St Blue

📋 copy color: '#ADC8D6'

red 173 ◦ green 200 ◦ blue 214

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

Shades of Regent St Blue #ADC8D6

Tints of Regent St Blue #ADC8D6

RGB

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

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

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

R = 29.47%
G = 34.07%
B = 36.46%

CMYK

 C value IS 0.19

 M value IS 0.07

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ADC8D6 (or 0xADC8D6) is known color: Regent St Blue. HEX triplet: AD, C8 and D6. RGB value is (173,200,214). Sum of RGB (Red+Green+Blue) = 173+200+214=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 200 (78.52% from 255 or 34.07% from 587); Blue value is 214 (83.98% from 255 or 36.46% from 587); Max value from RGB is 214 - color contains mainly: blue. Hex color #ADC8D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC8D6 is #523729. Grayscale: #C1C1C1. Windows color (decimal): -5388074 or 14076077. OLE color: 14076077.

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

Color convert

RGB 173 200 214 -
CMYK 0.19 0.07 0 0.16
HSL 200.49º 0.33% 0.76% -
HSV(B) 200.49º 0.19% 0.84% -
XYZ 50.03 55.05 71.61 -
YUV 193.52 139.55 113.36 -
System Red Green Blue C M Y K H S L
Decimal 173 200 214 0.19 0.07 0 0.16 200.49 0.33 0.76
Hex AD C8 D6 13 7 0 10 C8 21 4C
Octal 255 310 326 23 7 0 20 310 41 114
Binary 10101101 11001000 11010110 10011 111 0 10000 11001000 100001 1001100

Color Harmonies of #ADC8D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC8D6

Black with #ADC8D6

Text Example


Text Example

White with #ADC8D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC8D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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