Html Css Color HEX #ADD1D6 Regent St Blue

📋 copy color: '#ADD1D6'

red 173 ◦ green 209 ◦ blue 214

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

Shades of Regent St Blue #ADD1D6

Tints of Regent St Blue #ADD1D6

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.07%

 BLUE value IS 214 (83.98% from 255) = 35.91%

R = 29.03%
G = 35.07%
B = 35.91%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ADD1D6 (or 0xADD1D6) is known color: Regent St Blue. HEX triplet: AD, D1 and D6. RGB value is (173,209,214). Sum of RGB (Red+Green+Blue) = 173+209+214=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 209 (82.03% from 255 or 35.07% from 596); Blue value is 214 (83.98% from 255 or 35.91% from 596); Max value from RGB is 214 - color contains mainly: blue. Hex color #ADD1D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD1D6 is #522E29. Grayscale: #C6C6C6. Windows color (decimal): -5385770 or 14078381. OLE color: 14078381.

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

Color convert

RGB 173 209 214 -
CMYK 0.19 0.02 0 0.16
HSL 187.32º 0.33% 0.76% -
HSV(B) 187.32º 0.19% 0.84% -
XYZ 52.17 59.34 72.32 -
YUV 198.81 136.57 109.59 -
System Red Green Blue C M Y K H S L
Decimal 173 209 214 0.19 0.02 0 0.16 187.32 0.33 0.76
Hex AD D1 D6 13 2 0 10 BB 21 4C
Octal 255 321 326 23 2 0 20 273 41 114
Binary 10101101 11010001 11010110 10011 10 0 10000 10111011 100001 1001100

Color Harmonies of #ADD1D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD1D6

Black with #ADD1D6

Text Example


Text Example

White with #ADD1D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD1D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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