#ADD0D6

Color #ADD0D6 Regent St Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regent St Blue #ADD0D6

Tints of Regent St Blue #ADD0D6

Color information

#ADD0D6 (or 0xADD0D6) is unknown color: approx Regent St Blue. HEX triplet: AD, D0 and D6. RGB value is (173,208,214). Sum of RGB (Red+Green+Blue) = 173+208+214=595 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.08% from 595); Green value is 208 (81.64% from 255 or 34.96% from 595); Blue value is 214 (83.98% from 255 or 35.97% from 595); Max value from RGB is 214 - color contains mainly: blue. Hex color #ADD0D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD0D6 is #522F29. Grayscale: #C6C6C6. Windows color (decimal): -5386026 or 14078125. OLE color: 14078125.

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

Color convert

RGB173208214-
CMYK0.190.0300.16
HSL188.78º33.33%75.88%-
HSV(B)188.78º19.16%83.92%-
XYZ51.9358.8572.24-
YUV198.22136.9110.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.08%
GREEN value IS 208 (81.64% from 255) = 34.96%
BLUE value IS 214 (83.98% from 255) = 35.97%
R=29.08%
G=34.96%
B=35.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1732082140.190.0300.16188.7833.3375.88
HexADD0D6133010bd214c
Octal25532032623302027541114
Binary1010110111010000110101101001111010000101111011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD0D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD0D6; }

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

 H1.HeaderClassName
 {
   color: #ADD0D6;
 }
 .AnyTagClassName
 {
   color: #ADD0D6;
 }
</style>
background-color css

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

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

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

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

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

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