#ABCAD8

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

Shades of Regent St Blue #ABCAD8

Tints of Regent St Blue #ABCAD8

Color information

#ABCAD8 (or 0xABCAD8) is unknown color: approx Regent St Blue. HEX triplet: AB, CA and D8. RGB value is (171,202,216). Sum of RGB (Red+Green+Blue) = 171+202+216=589 (78% of max value = 765). Red value is 171 (67.19% from 255 or 29.03% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 216 (84.77% from 255 or 36.67% from 589); Max value from RGB is 216 - color contains mainly: blue. Hex color #ABCAD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCAD8 is #543527. Grayscale: #C2C2C2. Windows color (decimal): -5518632 or 14207659. OLE color: 14207659.

HSL color Cylindrical-coordinate representation of color #ABCAD8: hue angle of 198.67º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABCAD8 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB171202216-
CMYK0.210.0600.15
HSL198.67º36.59%75.88%-
HSV(B)198.67º20.83%84.71%-
XYZ50.3155.8673.1-
YUV194.33140.23111.36-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.03%
GREEN value IS 202 (79.30% from 255) = 34.30%
BLUE value IS 216 (84.77% from 255) = 36.67%
R=29.03%
G=34.30%
B=36.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1712022160.210.0600.15198.6736.5975.88
HexABCAD81560Fc7254c
Octal25331233025601730745114
Binary1010101111001010110110001010111001111110001111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCAD8; }

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

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

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

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

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

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

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

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