Shades of Regent St Blue #9ABECA
Tints of Regent St Blue #9ABECA
RGB
CMYK
RGB Variations
Color information
#9ABECA (or 0x9ABECA) is known color: Regent St Blue. HEX triplet: 9A, BE and CA. RGB value is (154,190,202). Sum of RGB (Red+Green+Blue) = 154+190+202=546 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.21% from 546); Green value is 190 (74.61% from 255 or 34.80% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 202 - color contains mainly: blue. Hex color #9ABECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABECA is #654135. Grayscale: #B4B4B4. Windows color (decimal): -6635830 or 13287066. OLE color: 13287066.
HSL color Cylindrical-coordinate representation of color #9ABECA: hue angle of 195º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9ABECA is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 154 | 190 | 202 | - |
CMYK | 0.24 | 0.06 | 0 | 0.21 |
HSL | 195º | 0.31% | 0.7% | - |
HSV(B) | 195º | 0.24% | 0.79% | - |
XYZ | 42.4 | 47.96 | 62.9 | - |
YUV | 180.6 | 140.07 | 109.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 154 | 190 | 202 | 0.24 | 0.06 | 0 | 0.21 | 195 | 0.31 | 0.7 |
Hex | 9A | BE | CA | 18 | 6 | 0 | 15 | C3 | 1F | 46 |
Octal | 232 | 276 | 312 | 30 | 6 | 0 | 25 | 303 | 37 | 106 |
Binary | 10011010 | 10111110 | 11001010 | 11000 | 110 | 0 | 10101 | 11000011 | 11111 | 1000110 |
Color Harmonies of #9ABECA
Complementary color
Monochromatic Colors of #9ABECA
Black with #9ABECA
Text Example
Text Example
White with #9ABECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABECA; }
p { color: rgb(154,190,202); }
H1.HeaderClassName
{
color: #9ABECA;
}
.AnyTagClassName
{
color: #9ABECA;
}
</style>
background-color css
<style>
a { background-color: #9ABECA; }
a { background-color: rgb(154,190,202); }
div.DivClassName
{
background-color: #9ABECA;
}
.BgClassName
{
background-color: #9ABECA;
}
</style>
border-color css
<style>
span { border-color: #9ABECA; }
span { border-color: rgb(154,190,202); }
td.TdClassName
{
border-color: #9ABECA;
}
.TagClassName
{
border-color: #9ABECA;
}
</style>