#9ABECC

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

Shades of Regent St Blue #9ABECC

Tints of Regent St Blue #9ABECC

Color information

#9ABECC (or 0x9ABECC) is unknown color: approx Regent St Blue. HEX triplet: 9A, BE and CC. RGB value is (154,190,204). Sum of RGB (Red+Green+Blue) = 154+190+204=548 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.10% from 548); Green value is 190 (74.61% from 255 or 34.67% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 204 - color contains mainly: blue. Hex color #9ABECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABECC is #654133. Grayscale: #B4B4B4. Windows color (decimal): -6635828 or 13418138. OLE color: 13418138.

HSL color Cylindrical-coordinate representation of color #9ABECC: hue angle of 196.8º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ABECC is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB154190204-
CMYK0.250.0700.2
HSL196.8º32.89%70.2%-
HSV(B)196.8º24.51%80%-
XYZ42.6448.0664.16-
YUV180.83141.07108.86-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.10%
GREEN value IS 190 (74.61% from 255) = 34.67%
BLUE value IS 204 (80.08% from 255) = 37.23%
R=28.10%
G=34.67%
B=37.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1541902040.250.0700.2196.832.8970.2
Hex9ABECC197014c52146
Octal23227631431702430541106
Binary10011010101111101100110011001111010100110001011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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