#ABCBD7

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

Shades of Regent St Blue #ABCBD7

Tints of Regent St Blue #ABCBD7

Color information

#ABCBD7 (or 0xABCBD7) is unknown color: approx Regent St Blue. HEX triplet: AB, CB and D7. RGB value is (171,203,215). Sum of RGB (Red+Green+Blue) = 171+203+215=589 (78% of max value = 765). Red value is 171 (67.19% from 255 or 29.03% from 589); Green value is 203 (79.69% from 255 or 34.47% from 589); Blue value is 215 (84.38% from 255 or 36.50% from 589); Max value from RGB is 215 - color contains mainly: blue. Hex color #ABCBD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCBD7 is #543428. Grayscale: #C2C2C2. Windows color (decimal): -5518377 or 14142379. OLE color: 14142379.

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

Color convert

RGB171203215-
CMYK0.200.0600.16
HSL196.36º35.48%75.69%-
HSV(B)196.36º20.47%84.31%-
XYZ50.4256.2872.5-
YUV194.8139.4111.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.03%
GREEN value IS 203 (79.69% from 255) = 34.47%
BLUE value IS 215 (84.38% from 255) = 36.50%
R=29.03%
G=34.47%
B=36.50%

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
Decimal1712032150.200.0600.16196.3635.4875.69
HexABCBD7146010c4234c
Octal25331332724602030443114
Binary10101011110010111101011110100110010000110001001000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCBD7; }

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

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

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

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

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

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

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

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