#ABCAD2

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

Shades of Regent St Blue #ABCAD2

Tints of Regent St Blue #ABCAD2

Color information

#ABCAD2 (or 0xABCAD2) is unknown color: approx Regent St Blue. HEX triplet: AB, CA and D2. RGB value is (171,202,210). Sum of RGB (Red+Green+Blue) = 171+202+210=583 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.33% from 583); Green value is 202 (79.30% from 255 or 34.65% from 583); Blue value is 210 (82.42% from 255 or 36.02% from 583); Max value from RGB is 210 - color contains mainly: blue. Hex color #ABCAD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCAD2 is #54352D. Grayscale: #C1C1C1. Windows color (decimal): -5518638 or 13814443. OLE color: 13814443.

HSL color Cylindrical-coordinate representation of color #ABCAD2: hue angle of 192.31º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABCAD2 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB171202210-
CMYK0.190.0400.18
HSL192.31º30.23%74.71%-
HSV(B)192.31º18.57%82.35%-
XYZ49.5555.5569.08-
YUV193.64137.23111.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.33%
GREEN value IS 202 (79.30% from 255) = 34.65%
BLUE value IS 210 (82.42% from 255) = 36.02%
R=29.33%
G=34.65%
B=36.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1712022100.190.0400.18192.3130.2374.71
HexABCAD2134012c01e4b
Octal25331232223402230036113
Binary1010101111001010110100101001110001001011000000111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCAD2; }

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

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

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

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

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

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

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

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