Html Css Color HEX #ADCDD7 Regent St Blue

📋 copy color: '#ADCDD7'

red 173 ◦ green 205 ◦ blue 215

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

Shades of Regent St Blue #ADCDD7

Tints of Regent St Blue #ADCDD7

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.57%

 BLUE value IS 215 (84.38% from 255) = 36.26%

R = 29.17%
G = 34.57%
B = 36.26%

CMYK

 C value IS 0.20

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ADCDD7 (or 0xADCDD7) is known color: Regent St Blue. HEX triplet: AD, CD and D7. RGB value is (173,205,215). Sum of RGB (Red+Green+Blue) = 173+205+215=593 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.17% from 593); Green value is 205 (80.47% from 255 or 34.57% from 593); Blue value is 215 (84.38% from 255 or 36.26% from 593); Max value from RGB is 215 - color contains mainly: blue. Hex color #ADCDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCDD7 is #523228. Grayscale: #C4C4C4. Windows color (decimal): -5386793 or 14142893. OLE color: 14142893.

HSL color Cylindrical-coordinate representation of color #ADCDD7: hue angle of 194.29º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADCDD7 is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 205 215 -
CMYK 0.20 0.05 0 0.16
HSL 194.29º 0.34% 0.76% -
HSV(B) 194.29º 0.2% 0.84% -
XYZ 51.33 57.45 72.67 -
YUV 196.57 138.4 111.19 -
System Red Green Blue C M Y K H S L
Decimal 173 205 215 0.20 0.05 0 0.16 194.29 0.34 0.76
Hex AD CD D7 14 5 0 10 C2 22 4C
Octal 255 315 327 24 5 0 20 302 42 114
Binary 10101101 11001101 11010111 10100 101 0 10000 11000010 100010 1001100

Color Harmonies of #ADCDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCDD7

Black with #ADCDD7

Text Example


Text Example

White with #ADCDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCDD7; }

 p { color: rgb(173,205,215); }

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

background-color css

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

 a { background-color: rgb(173,205,215); }

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

border-color css

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

 span { border-color: rgb(173,205,215); }

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