#ABCBD1

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

Shades of Regent St Blue #ABCBD1

Tints of Regent St Blue #ABCBD1

Color information

#ABCBD1 (or 0xABCBD1) is unknown color: approx Regent St Blue. HEX triplet: AB, CB and D1. RGB value is (171,203,209). Sum of RGB (Red+Green+Blue) = 171+203+209=583 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.33% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 209 (82.03% from 255 or 35.85% from 583); Max value from RGB is 209 - color contains mainly: blue. Hex color #ABCBD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCBD1 is #54342E. Grayscale: #C2C2C2. Windows color (decimal): -5518383 or 13749163. OLE color: 13749163.

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

Color convert

RGB171203209-
CMYK0.180.0300.18
HSL189.47º29.23%74.51%-
HSV(B)189.47º18.18%81.96%-
XYZ49.6655.9768.51-
YUV194.12136.4111.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.33%
GREEN value IS 203 (79.69% from 255) = 34.82%
BLUE value IS 209 (82.03% from 255) = 35.85%
R=29.33%
G=34.82%
B=35.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1712032090.180.0300.18189.4729.2374.51
HexABCBD1123012bd1d4b
Octal25331332122302227535113
Binary101010111100101111010001100101101001010111101111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCBD1; }

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

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

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

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

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

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

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

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