Shades of Cerulean #087BBF
Tints of Cerulean #087BBF
RGB
CMYK
RGB Variations
Color information
#087BBF (or 0x087BBF) is known color: Cerulean. HEX triplet: 08, 7B and BF. RGB value is (8,123,191). Sum of RGB (Red+Green+Blue) = 8+123+191=322 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 322); Green value is 123 (48.44% from 255 or 38.20% from 322); Blue value is 191 (75% from 255 or 59.32% from 322); Max value from RGB is 191 - color contains mainly: blue. Hex color #087BBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087BBF is #F78440. Grayscale: #5F5F5F. Windows color (decimal): -16221249 or 12548872. OLE color: 12548872.
HSL color Cylindrical-coordinate representation of color #087BBF: hue angle of 202.3º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087BBF is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 8 | 123 | 191 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.25 |
| HSL | 202.3º | 0.92% | 0.39% | - |
| HSV(B) | 202.3º | 0.96% | 0.75% | - |
| XYZ | 16.59 | 17.98 | 51.89 | - |
| YUV | 96.37 | 181.4 | 64.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 123 | 191 | 0.96 | 0.36 | 0 | 0.25 | 202.3 | 0.92 | 0.39 |
| Hex | 8 | 7B | BF | 60 | 24 | 0 | 19 | CA | 5C | 27 |
| Octal | 10 | 173 | 277 | 140 | 44 | 0 | 31 | 312 | 134 | 47 |
| Binary | 1000 | 1111011 | 10111111 | 1100000 | 100100 | 0 | 11001 | 11001010 | 1011100 | 100111 |
Color Harmonies of #087BBF
Complementary color
Monochromatic Colors of #087BBF
Black with #087BBF
Text Example
Text Example
White with #087BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087BBF; }
p { color: rgb(8,123,191); }
H1.HeaderClassName
{
color: #087BBF;
}
.AnyTagClassName
{
color: #087BBF;
}
</style>
background-color css
<style>
a { background-color: #087BBF; }
a { background-color: rgb(8,123,191); }
div.DivClassName
{
background-color: #087BBF;
}
.BgClassName
{
background-color: #087BBF;
}
</style>
border-color css
<style>
span { border-color: #087BBF; }
span { border-color: rgb(8,123,191); }
td.TdClassName
{
border-color: #087BBF;
}
.TagClassName
{
border-color: #087BBF;
}
</style>