#9ABECB

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

Shades of Regent St Blue #9ABECB

Tints of Regent St Blue #9ABECB

Color information

#9ABECB (or 0x9ABECB) is unknown color: approx Regent St Blue. HEX triplet: 9A, BE and CB. RGB value is (154,190,203). Sum of RGB (Red+Green+Blue) = 154+190+203=547 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.15% from 547); Green value is 190 (74.61% from 255 or 34.73% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 203 - color contains mainly: blue. Hex color #9ABECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABECB is #654134. Grayscale: #B4B4B4. Windows color (decimal): -6635829 or 13352602. OLE color: 13352602.

HSL color Cylindrical-coordinate representation of color #9ABECB: hue angle of 195.92º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9ABECB is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB154190203-
CMYK0.240.0600.20
HSL195.92º32.03%70%-
HSV(B)195.92º24.14%79.61%-
XYZ42.5248.0163.53-
YUV180.72140.57108.94-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.15%
GREEN value IS 190 (74.61% from 255) = 34.73%
BLUE value IS 203 (79.69% from 255) = 37.11%
R=28.15%
G=34.73%
B=37.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1541902030.240.0600.20195.9232.0370
Hex9ABECB186014c42046
Octal23227631330602430440106
Binary10011010101111101100101111000110010100110001001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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