Html Css Color HEX #ADC7CF Regent St Blue

📋 copy color: '#ADC7CF'

red 173 ◦ green 199 ◦ blue 207

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

Shades of Regent St Blue #ADC7CF

Tints of Regent St Blue #ADC7CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.75%

R = 29.88%
G = 34.37%
B = 35.75%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ADC7CF (or 0xADC7CF) is known color: Regent St Blue. HEX triplet: AD, C7 and CF. RGB value is (173,199,207). Sum of RGB (Red+Green+Blue) = 173+199+207=579 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.88% from 579); Green value is 199 (78.12% from 255 or 34.37% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 207 - color contains mainly: blue. Hex color #ADC7CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC7CF is #523830. Grayscale: #C0C0C0. Windows color (decimal): -5388337 or 13617069. OLE color: 13617069.

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

Color convert

RGB 173 199 207 -
CMYK 0.16 0.04 0 0.19
HSL 194.12º 0.26% 0.75% -
HSV(B) 194.12º 0.16% 0.81% -
XYZ 48.92 54.24 66.92 -
YUV 192.14 136.39 114.35 -
System Red Green Blue C M Y K H S L
Decimal 173 199 207 0.16 0.04 0 0.19 194.12 0.26 0.75
Hex AD C7 CF 10 4 0 13 C2 1A 4B
Octal 255 307 317 20 4 0 23 302 32 113
Binary 10101101 11000111 11001111 10000 100 0 10011 11000010 11010 1001011

Color Harmonies of #ADC7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC7CF

Black with #ADC7CF

Text Example


Text Example

White with #ADC7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC7CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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