Html Css Color HEX #ADC7CE Regent St Blue

📋 copy color: '#ADC7CE'

red 173 ◦ green 199 ◦ blue 206

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

Shades of Regent St Blue #ADC7CE

Tints of Regent St Blue #ADC7CE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.43%

 BLUE value IS 206 (80.86% from 255) = 35.64%

R = 29.93%
G = 34.43%
B = 35.64%

CMYK

 C value IS 0.16

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ADC7CE (or 0xADC7CE) is known color: Regent St Blue. HEX triplet: AD, C7 and CE. RGB value is (173,199,206). Sum of RGB (Red+Green+Blue) = 173+199+206=578 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.93% from 578); Green value is 199 (78.12% from 255 or 34.43% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 206 - color contains mainly: blue. Hex color #ADC7CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC7CE is #523831. Grayscale: #BFBFBF. Windows color (decimal): -5388338 or 13551533. OLE color: 13551533.

HSL color Cylindrical-coordinate representation of color #ADC7CE: hue angle of 192.73º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADC7CE is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 199 206 -
CMYK 0.16 0.03 0 0.19
HSL 192.73º 0.25% 0.74% -
HSV(B) 192.73º 0.16% 0.81% -
XYZ 48.8 54.19 66.28 -
YUV 192.02 135.89 114.43 -
System Red Green Blue C M Y K H S L
Decimal 173 199 206 0.16 0.03 0 0.19 192.73 0.25 0.74
Hex AD C7 CE 10 3 0 13 C1 19 4A
Octal 255 307 316 20 3 0 23 301 31 112
Binary 10101101 11000111 11001110 10000 11 0 10011 11000001 11001 1001010

Color Harmonies of #ADC7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC7CE

Black with #ADC7CE

Text Example


Text Example

White with #ADC7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC7CE; }

 p { color: rgb(173,199,206); }

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

background-color css

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

 a { background-color: rgb(173,199,206); }

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

border-color css

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

 span { border-color: rgb(173,199,206); }

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