Html Css Color HEX #ADC8CE Regent St Blue

📋 copy color: '#ADC8CE'

red 173 ◦ green 200 ◦ blue 206

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

Shades of Regent St Blue #ADC8CE

Tints of Regent St Blue #ADC8CE

RGB

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

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

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

R = 29.88%
G = 34.54%
B = 35.58%

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

#ADC8CE (or 0xADC8CE) is known color: Regent St Blue. HEX triplet: AD, C8 and CE. RGB value is (173,200,206). Sum of RGB (Red+Green+Blue) = 173+200+206=579 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.88% from 579); Green value is 200 (78.52% from 255 or 34.54% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 206 - color contains mainly: blue. Hex color #ADC8CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC8CE is #523731. Grayscale: #C0C0C0. Windows color (decimal): -5388082 or 13551789. OLE color: 13551789.

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

Color convert

RGB 173 200 206 -
CMYK 0.16 0.03 0 0.19
HSL 190.91º 0.25% 0.74% -
HSV(B) 190.91º 0.16% 0.81% -
XYZ 49.03 54.65 66.36 -
YUV 192.61 135.55 114.01 -
System Red Green Blue C M Y K H S L
Decimal 173 200 206 0.16 0.03 0 0.19 190.91 0.25 0.74
Hex AD C8 CE 10 3 0 13 BF 19 4A
Octal 255 310 316 20 3 0 23 277 31 112
Binary 10101101 11001000 11001110 10000 11 0 10011 10111111 11001 1001010

Color Harmonies of #ADC8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC8CE

Black with #ADC8CE

Text Example


Text Example

White with #ADC8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC8CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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