Html Css Color HEX #ADCFD5 Regent St Blue

📋 copy color: '#ADCFD5'

red 173 ◦ green 207 ◦ blue 213

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

Shades of Regent St Blue #ADCFD5

Tints of Regent St Blue #ADCFD5

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.91%

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

R = 29.17%
G = 34.91%
B = 35.92%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ADCFD5 (or 0xADCFD5) is known color: Regent St Blue. HEX triplet: AD, CF and D5. RGB value is (173,207,213). Sum of RGB (Red+Green+Blue) = 173+207+213=593 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.17% from 593); Green value is 207 (81.25% from 255 or 34.91% from 593); Blue value is 213 (83.59% from 255 or 35.92% from 593); Max value from RGB is 213 - color contains mainly: blue. Hex color #ADCFD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCFD5 is #52302A. Grayscale: #C5C5C5. Windows color (decimal): -5386283 or 14012333. OLE color: 14012333.

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

Color convert

RGB 173 207 213 -
CMYK 0.19 0.03 0 0.16
HSL 189º 0.32% 0.76% -
HSV(B) 189º 0.19% 0.84% -
XYZ 51.56 58.31 71.49 -
YUV 197.52 136.74 110.51 -
System Red Green Blue C M Y K H S L
Decimal 173 207 213 0.19 0.03 0 0.16 189 0.32 0.76
Hex AD CF D5 13 3 0 10 BD 20 4C
Octal 255 317 325 23 3 0 20 275 40 114
Binary 10101101 11001111 11010101 10011 11 0 10000 10111101 100000 1001100

Color Harmonies of #ADCFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCFD5

Black with #ADCFD5

Text Example


Text Example

White with #ADCFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCFD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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