#ABCFD6

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

Shades of Regent St Blue #ABCFD6

Tints of Regent St Blue #ABCFD6

Color information

#ABCFD6 (or 0xABCFD6) is unknown color: approx Regent St Blue. HEX triplet: AB, CF and D6. RGB value is (171,207,214). Sum of RGB (Red+Green+Blue) = 171+207+214=592 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.89% from 592); Green value is 207 (81.25% from 255 or 34.97% from 592); Blue value is 214 (83.98% from 255 or 36.15% from 592); Max value from RGB is 214 - color contains mainly: blue. Hex color #ABCFD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCFD6 is #543029. Grayscale: #C4C4C4. Windows color (decimal): -5517354 or 14077867. OLE color: 14077867.

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

Color convert

RGB171207214-
CMYK0.200.0300.16
HSL189.77º34.4%75.49%-
HSV(B)189.77º20.09%83.92%-
XYZ51.2558.1472.14-
YUV197.03137.57109.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.89%
GREEN value IS 207 (81.25% from 255) = 34.97%
BLUE value IS 214 (83.98% from 255) = 36.15%
R=28.89%
G=34.97%
B=36.15%

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
Decimal1712072140.200.0300.16189.7734.475.49
HexABCFD6143010be224b
Octal25331732624302027642113
Binary1010101111001111110101101010011010000101111101000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCFD6; }

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

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

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

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

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

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

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

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