Html Css Color HEX #ADCBD1 Regent St Blue

📋 copy color: '#ADCBD1'

red 173 ◦ green 203 ◦ blue 209

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

Shades of Regent St Blue #ADCBD1

Tints of Regent St Blue #ADCBD1

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.7%

 BLUE value IS 209 (82.03% from 255) = 35.73%

R = 29.57%
G = 34.7%
B = 35.73%

CMYK

 C value IS 0.17

 M value IS 0.03

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#ADCBD1 (or 0xADCBD1) is known color: Regent St Blue. HEX triplet: AD, CB and D1. RGB value is (173,203,209). Sum of RGB (Red+Green+Blue) = 173+203+209=585 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.57% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 209 (82.03% from 255 or 35.73% from 585); Max value from RGB is 209 - color contains mainly: blue. Hex color #ADCBD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCBD1 is #52342E. Grayscale: #C2C2C2. Windows color (decimal): -5387311 or 13749165. OLE color: 13749165.

HSL color Cylindrical-coordinate representation of color #ADCBD1: hue angle of 190º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADCBD1 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 203 209 -
CMYK 0.17 0.03 0 0.18
HSL 190º 0.28% 0.75% -
HSV(B) 190º 0.17% 0.82% -
XYZ 50.1 56.2 68.53 -
YUV 194.71 136.06 112.51 -
System Red Green Blue C M Y K H S L
Decimal 173 203 209 0.17 0.03 0 0.18 190 0.28 0.75
Hex AD CB D1 11 3 0 12 BE 1C 4B
Octal 255 313 321 21 3 0 22 276 34 113
Binary 10101101 11001011 11010001 10001 11 0 10010 10111110 11100 1001011

Color Harmonies of #ADCBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCBD1

Black with #ADCBD1

Text Example


Text Example

White with #ADCBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCBD1; }

 p { color: rgb(173,203,209); }

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

background-color css

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

 a { background-color: rgb(173,203,209); }

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

border-color css

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

 span { border-color: rgb(173,203,209); }

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