Shades of Cerulean #087BBE
Tints of Cerulean #087BBE
RGB
CMYK
RGB Variations
Color information
#087BBE (or 0x087BBE) is known color: Cerulean. HEX triplet: 08, 7B and BE. RGB value is (8,123,190). Sum of RGB (Red+Green+Blue) = 8+123+190=321 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.49% from 321); Green value is 123 (48.44% from 255 or 38.32% from 321); Blue value is 190 (74.61% from 255 or 59.19% from 321); Max value from RGB is 190 - color contains mainly: blue. Hex color #087BBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087BBE is #F78441. Grayscale: #5F5F5F. Windows color (decimal): -16221250 or 12483336. OLE color: 12483336.
HSL color Cylindrical-coordinate representation of color #087BBE: hue angle of 202.09º 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 #087BBE is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 8 | 123 | 190 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.25 |
| HSL | 202.09º | 0.92% | 0.39% | - |
| HSV(B) | 202.09º | 0.96% | 0.75% | - |
| XYZ | 16.48 | 17.94 | 51.31 | - |
| YUV | 96.25 | 180.9 | 65.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 123 | 190 | 0.96 | 0.35 | 0 | 0.25 | 202.09 | 0.92 | 0.39 |
| Hex | 8 | 7B | BE | 60 | 23 | 0 | 19 | CA | 5C | 27 |
| Octal | 10 | 173 | 276 | 140 | 43 | 0 | 31 | 312 | 134 | 47 |
| Binary | 1000 | 1111011 | 10111110 | 1100000 | 100011 | 0 | 11001 | 11001010 | 1011100 | 100111 |
Color Harmonies of #087BBE
Complementary color
Monochromatic Colors of #087BBE
Black with #087BBE
Text Example
Text Example
White with #087BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087BBE; }
p { color: rgb(8,123,190); }
H1.HeaderClassName
{
color: #087BBE;
}
.AnyTagClassName
{
color: #087BBE;
}
</style>
background-color css
<style>
a { background-color: #087BBE; }
a { background-color: rgb(8,123,190); }
div.DivClassName
{
background-color: #087BBE;
}
.BgClassName
{
background-color: #087BBE;
}
</style>
border-color css
<style>
span { border-color: #087BBE; }
span { border-color: rgb(8,123,190); }
td.TdClassName
{
border-color: #087BBE;
}
.TagClassName
{
border-color: #087BBE;
}
</style>