#ABCFD7

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

Shades of Regent St Blue #ABCFD7

Tints of Regent St Blue #ABCFD7

Color information

#ABCFD7 (or 0xABCFD7) is unknown color: approx Regent St Blue. HEX triplet: AB, CF and D7. RGB value is (171,207,215). Sum of RGB (Red+Green+Blue) = 171+207+215=593 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.84% from 593); Green value is 207 (81.25% from 255 or 34.91% from 593); Blue value is 215 (84.38% from 255 or 36.26% from 593); Max value from RGB is 215 - color contains mainly: blue. Hex color #ABCFD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCFD7 is #543028. Grayscale: #C5C5C5. Windows color (decimal): -5517353 or 14143403. OLE color: 14143403.

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

Color convert

RGB171207215-
CMYK0.200.0400.16
HSL190.91º35.48%75.69%-
HSV(B)190.91º20.47%84.31%-
XYZ51.3758.1972.81-
YUV197.15138.07109.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.84%
GREEN value IS 207 (81.25% from 255) = 34.91%
BLUE value IS 215 (84.38% from 255) = 36.26%
R=28.84%
G=34.91%
B=36.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1712072150.200.0400.16190.9135.4875.69
HexABCFD7144010bf234c
Octal25331732724402027743114
Binary10101011110011111101011110100100010000101111111000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCFD7; }

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

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

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

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

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

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

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

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