#ABCBD8

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

Shades of Regent St Blue #ABCBD8

Tints of Regent St Blue #ABCBD8

Color information

#ABCBD8 (or 0xABCBD8) is unknown color: approx Regent St Blue. HEX triplet: AB, CB and D8. RGB value is (171,203,216). Sum of RGB (Red+Green+Blue) = 171+203+216=590 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.98% from 590); Green value is 203 (79.69% from 255 or 34.41% from 590); Blue value is 216 (84.77% from 255 or 36.61% from 590); Max value from RGB is 216 - color contains mainly: blue. Hex color #ABCBD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCBD8 is #543427. Grayscale: #C2C2C2. Windows color (decimal): -5518376 or 14207915. OLE color: 14207915.

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

Color convert

RGB171203216-
CMYK0.210.0600.15
HSL197.33º36.59%75.88%-
HSV(B)197.33º20.83%84.71%-
XYZ50.5556.3373.17-
YUV194.91139.9110.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.98%
GREEN value IS 203 (79.69% from 255) = 34.41%
BLUE value IS 216 (84.77% from 255) = 36.61%
R=28.98%
G=34.41%
B=36.61%

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
Decimal1712032160.210.0600.15197.3336.5975.88
HexABCBD81560Fc5254c
Octal25331333025601730545114
Binary1010101111001011110110001010111001111110001011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCBD8; }

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

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

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

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

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

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

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

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