Shades of Perano #9AB8F3
Tints of Perano #9AB8F3
RGB
CMYK
RGB Variations
Color information
#9AB8F3 (or 0x9AB8F3) is known color: Perano. HEX triplet: 9A, B8 and F3. RGB value is (154,184,243). Sum of RGB (Red+Green+Blue) = 154+184+243=581 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.51% from 581); Green value is 184 (72.27% from 255 or 31.67% from 581); Blue value is 243 (95.31% from 255 or 41.82% from 581); Max value from RGB is 243 - color contains mainly: blue. Hex color #9AB8F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AB8F3 is #65470C. Grayscale: #B5B5B5. Windows color (decimal): -6637325 or 15972506. OLE color: 15972506.
HSL color Cylindrical-coordinate representation of color #9AB8F3: hue angle of 219.78º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9AB8F3 is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 184 | 243 | - |
| CMYK | 0.37 | 0.24 | 0 | 0.05 |
| HSL | 219.78º | 0.79% | 0.78% | - |
| HSV(B) | 219.78º | 0.37% | 0.95% | - |
| XYZ | 46.64 | 47.62 | 91.53 | - |
| YUV | 181.76 | 162.56 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 184 | 243 | 0.37 | 0.24 | 0 | 0.05 | 219.78 | 0.79 | 0.78 |
| Hex | 9A | B8 | F3 | 25 | 18 | 0 | 5 | DC | 4F | 4E |
| Octal | 232 | 270 | 363 | 45 | 30 | 0 | 5 | 334 | 117 | 116 |
| Binary | 10011010 | 10111000 | 11110011 | 100101 | 11000 | 0 | 101 | 11011100 | 1001111 | 1001110 |
Color Harmonies of #9AB8F3
Complementary color
Monochromatic Colors of #9AB8F3
Black with #9AB8F3
Text Example
Text Example
White with #9AB8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB8F3; }
p { color: rgb(154,184,243); }
H1.HeaderClassName
{
color: #9AB8F3;
}
.AnyTagClassName
{
color: #9AB8F3;
}
</style>
background-color css
<style>
a { background-color: #9AB8F3; }
a { background-color: rgb(154,184,243); }
div.DivClassName
{
background-color: #9AB8F3;
}
.BgClassName
{
background-color: #9AB8F3;
}
</style>
border-color css
<style>
span { border-color: #9AB8F3; }
span { border-color: rgb(154,184,243); }
td.TdClassName
{
border-color: #9AB8F3;
}
.TagClassName
{
border-color: #9AB8F3;
}
</style>