Html Css Color HEX #ADCCD5 Regent St Blue

📋 copy color: '#ADCCD5'

red 173 ◦ green 204 ◦ blue 213

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

Shades of Regent St Blue #ADCCD5

Tints of Regent St Blue #ADCCD5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.58%

 BLUE value IS 213 (83.59% from 255) = 36.1%

R = 29.32%
G = 34.58%
B = 36.1%

CMYK

 C value IS 0.19

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ADCCD5 (or 0xADCCD5) is known color: Regent St Blue. HEX triplet: AD, CC and D5. RGB value is (173,204,213). Sum of RGB (Red+Green+Blue) = 173+204+213=590 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.32% from 590); Green value is 204 (80.08% from 255 or 34.58% from 590); Blue value is 213 (83.59% from 255 or 36.10% from 590); Max value from RGB is 213 - color contains mainly: blue. Hex color #ADCCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCD5 is #52332A. Grayscale: #C3C3C3. Windows color (decimal): -5387051 or 14011565. OLE color: 14011565.

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

Color convert

RGB 173 204 213 -
CMYK 0.19 0.04 0 0.16
HSL 193.5º 0.32% 0.76% -
HSV(B) 193.5º 0.19% 0.84% -
XYZ 50.84 56.87 71.25 -
YUV 195.76 137.73 111.77 -
System Red Green Blue C M Y K H S L
Decimal 173 204 213 0.19 0.04 0 0.16 193.5 0.32 0.76
Hex AD CC D5 13 4 0 10 C2 20 4C
Octal 255 314 325 23 4 0 20 302 40 114
Binary 10101101 11001100 11010101 10011 100 0 10000 11000010 100000 1001100

Color Harmonies of #ADCCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCCD5

Black with #ADCCD5

Text Example


Text Example

White with #ADCCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCCD5; }

 p { color: rgb(173,204,213); }

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

background-color css

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

 a { background-color: rgb(173,204,213); }

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

border-color css

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

 span { border-color: rgb(173,204,213); }

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