#ADD0D7

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

Shades of Regent St Blue #ADD0D7

Tints of Regent St Blue #ADD0D7

Color information

#ADD0D7 (or 0xADD0D7) is unknown color: approx Regent St Blue. HEX triplet: AD, D0 and D7. RGB value is (173,208,215). Sum of RGB (Red+Green+Blue) = 173+208+215=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 208 (81.64% from 255 or 34.90% from 596); Blue value is 215 (84.38% from 255 or 36.07% from 596); Max value from RGB is 215 - color contains mainly: blue. Hex color #ADD0D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD0D7 is #522F28. Grayscale: #C6C6C6. Windows color (decimal): -5386025 or 14143661. OLE color: 14143661.

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

Color convert

RGB173208215-
CMYK0.200.0300.16
HSL190º34.43%76.08%-
HSV(B)190º19.53%84.31%-
XYZ52.0658.972.92-
YUV198.33137.4109.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.03%
GREEN value IS 208 (81.64% from 255) = 34.90%
BLUE value IS 215 (84.38% from 255) = 36.07%
R=29.03%
G=34.90%
B=36.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1732082150.200.0300.1619034.4376.08
HexADD0D7143010be224c
Octal25532032724302027642114
Binary1010110111010000110101111010011010000101111101000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD0D7; }

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

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

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

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

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

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

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

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