Html Css Color HEX #ADCAD0 Regent St Blue

📋 copy color: '#ADCAD0'

red 173 ◦ green 202 ◦ blue 208

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

Shades of Regent St Blue #ADCAD0

Tints of Regent St Blue #ADCAD0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.65%

 BLUE value IS 208 (81.64% from 255) = 35.68%

R = 29.67%
G = 34.65%
B = 35.68%

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

#ADCAD0 (or 0xADCAD0) is known color: Regent St Blue. HEX triplet: AD, CA and D0. RGB value is (173,202,208). Sum of RGB (Red+Green+Blue) = 173+202+208=583 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.67% from 583); Green value is 202 (79.30% from 255 or 34.65% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 208 - color contains mainly: blue. Hex color #ADCAD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCAD0 is #52352F. Grayscale: #C1C1C1. Windows color (decimal): -5387568 or 13683373. OLE color: 13683373.

HSL color Cylindrical-coordinate representation of color #ADCAD0: hue angle of 190.29º degrees, saturation: 0.27, 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 #ADCAD0 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 202 208 -
CMYK 0.17 0.03 0 0.18
HSL 190.29º 0.27% 0.75% -
HSV(B) 190.29º 0.17% 0.82% -
XYZ 49.74 55.68 67.8 -
YUV 194.01 135.89 113.01 -
System Red Green Blue C M Y K H S L
Decimal 173 202 208 0.17 0.03 0 0.18 190.29 0.27 0.75
Hex AD CA D0 11 3 0 12 BE 1B 4B
Octal 255 312 320 21 3 0 22 276 33 113
Binary 10101101 11001010 11010000 10001 11 0 10010 10111110 11011 1001011

Color Harmonies of #ADCAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCAD0

Black with #ADCAD0

Text Example


Text Example

White with #ADCAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCAD0; }

 p { color: rgb(173,202,208); }

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

background-color css

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

 a { background-color: rgb(173,202,208); }

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

border-color css

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

 span { border-color: rgb(173,202,208); }

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