#ABCAD7

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

Shades of Regent St Blue #ABCAD7

Tints of Regent St Blue #ABCAD7

Color information

#ABCAD7 (or 0xABCAD7) is unknown color: approx Regent St Blue. HEX triplet: AB, CA and D7. RGB value is (171,202,215). Sum of RGB (Red+Green+Blue) = 171+202+215=588 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.08% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 215 (84.38% from 255 or 36.56% from 588); Max value from RGB is 215 - color contains mainly: blue. Hex color #ABCAD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCAD7 is #543528. Grayscale: #C2C2C2. Windows color (decimal): -5518633 or 14142123. OLE color: 14142123.

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

Color convert

RGB171202215-
CMYK0.200.0600.16
HSL197.73º35.48%75.69%-
HSV(B)197.73º20.47%84.31%-
XYZ50.1855.8172.42-
YUV194.21139.73111.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.08%
GREEN value IS 202 (79.30% from 255) = 34.35%
BLUE value IS 215 (84.38% from 255) = 36.56%
R=29.08%
G=34.35%
B=36.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1712022150.200.0600.16197.7335.4875.69
HexABCAD7146010c6234c
Octal25331232724602030643114
Binary10101011110010101101011110100110010000110001101000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCAD7; }

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

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

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

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

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

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

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

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