#9ABECF

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

Shades of Regent St Blue #9ABECF

Tints of Regent St Blue #9ABECF

Color information

#9ABECF (or 0x9ABECF) is unknown color: approx Regent St Blue. HEX triplet: 9A, BE and CF. RGB value is (154,190,207). Sum of RGB (Red+Green+Blue) = 154+190+207=551 (72% of max value = 765). Red value is 154 (60.55% from 255 or 27.95% from 551); Green value is 190 (74.61% from 255 or 34.48% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 207 - color contains mainly: blue. Hex color #9ABECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABECF is #654130. Grayscale: #B5B5B5. Windows color (decimal): -6635825 or 13614746. OLE color: 13614746.

HSL color Cylindrical-coordinate representation of color #9ABECF: hue angle of 199.25º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9ABECF is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB154190207-
CMYK0.260.0800.19
HSL199.25º35.57%70.78%-
HSV(B)199.25º25.6%81.18%-
XYZ4348.266.07-
YUV181.17142.57108.62-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.95%
GREEN value IS 190 (74.61% from 255) = 34.48%
BLUE value IS 207 (81.25% from 255) = 37.57%
R=27.95%
G=34.48%
B=37.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1541902070.260.0800.19199.2535.5770.78
Hex9ABECF1A8013c72447
Octal232276317321002330744107
Binary100110101011111011001111110101000010011110001111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ABECF; }

 p { color: rgb(154,190,207); }

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

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

 a { background-color: rgb(154,190,207); }

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

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

 span { border-color: rgb(154,190,207); }

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