#ABD1D7

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

Shades of Regent St Blue #ABD1D7

Tints of Regent St Blue #ABD1D7

Color information

#ABD1D7 (or 0xABD1D7) is unknown color: approx Regent St Blue. HEX triplet: AB, D1 and D7. RGB value is (171,209,215). Sum of RGB (Red+Green+Blue) = 171+209+215=595 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.74% from 595); Green value is 209 (82.03% from 255 or 35.13% from 595); Blue value is 215 (84.38% from 255 or 36.13% from 595); Max value from RGB is 215 - color contains mainly: blue. Hex color #ABD1D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD1D7 is #542E28. Grayscale: #C6C6C6. Windows color (decimal): -5516841 or 14143915. OLE color: 14143915.

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

Color convert

RGB171209215-
CMYK0.200.0300.16
HSL188.18º35.48%75.69%-
HSV(B)188.18º20.47%84.31%-
XYZ51.8659.1772.98-
YUV198.32137.41108.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.74%
GREEN value IS 209 (82.03% from 255) = 35.13%
BLUE value IS 215 (84.38% from 255) = 36.13%
R=28.74%
G=35.13%
B=36.13%

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
Decimal1712092150.200.0300.16188.1835.4875.69
HexABD1D7143010bc234c
Octal25332132724302027443114
Binary1010101111010001110101111010011010000101111001000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD1D7; }

 p { color: rgb(171,209,215); }

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

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

 a { background-color: rgb(171,209,215); }

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

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

 span { border-color: rgb(171,209,215); }

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