#ABCBD0

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

Shades of Regent St Blue #ABCBD0

Tints of Regent St Blue #ABCBD0

Color information

#ABCBD0 (or 0xABCBD0) is unknown color: approx Regent St Blue. HEX triplet: AB, CB and D0. RGB value is (171,203,208). Sum of RGB (Red+Green+Blue) = 171+203+208=582 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.38% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 208 (81.64% from 255 or 35.74% from 582); Max value from RGB is 208 - color contains mainly: blue. Hex color #ABCBD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCBD0 is #54342F. Grayscale: #C1C1C1. Windows color (decimal): -5518384 or 13683627. OLE color: 13683627.

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

Color convert

RGB171203208-
CMYK0.180.0200.18
HSL188.11º28.24%74.31%-
HSV(B)188.11º17.79%81.57%-
XYZ49.5455.9267.86-
YUV194135.9111.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.38%
GREEN value IS 203 (79.69% from 255) = 34.88%
BLUE value IS 208 (81.64% from 255) = 35.74%
R=29.38%
G=34.88%
B=35.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1712032080.180.0200.18188.1128.2474.31
HexABCBD0122012bc1c4a
Octal25331332022202227434112
Binary101010111100101111010000100101001001010111100111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCBD0; }

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

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

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

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

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

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

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

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