#ABCFD5

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

Shades of Regent St Blue #ABCFD5

Tints of Regent St Blue #ABCFD5

Color information

#ABCFD5 (or 0xABCFD5) is unknown color: approx Regent St Blue. HEX triplet: AB, CF and D5. RGB value is (171,207,213). Sum of RGB (Red+Green+Blue) = 171+207+213=591 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.93% from 591); Green value is 207 (81.25% from 255 or 35.03% from 591); Blue value is 213 (83.59% from 255 or 36.04% from 591); Max value from RGB is 213 - color contains mainly: blue. Hex color #ABCFD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCFD5 is #54302A. Grayscale: #C4C4C4. Windows color (decimal): -5517355 or 14012331. OLE color: 14012331.

HSL color Cylindrical-coordinate representation of color #ABCFD5: hue angle of 188.57º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABCFD5 is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB171207213-
CMYK0.200.0300.16
HSL188.57º33.33%75.29%-
HSV(B)188.57º19.72%83.53%-
XYZ51.1258.0971.47-
YUV196.92137.07109.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.93%
GREEN value IS 207 (81.25% from 255) = 35.03%
BLUE value IS 213 (83.59% from 255) = 36.04%
R=28.93%
G=35.03%
B=36.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1712072130.200.0300.16188.5733.3375.29
HexABCFD5143010bd214b
Octal25331732524302027541113
Binary1010101111001111110101011010011010000101111011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCFD5; }

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

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

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

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

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

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

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

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