Shades of Pacific Blue #089BCF
Tints of Pacific Blue #089BCF
RGB
CMYK
RGB Variations
Color information
#089BCF (or 0x089BCF) is known color: Pacific Blue. HEX triplet: 08, 9B and CF. RGB value is (8,155,207). Sum of RGB (Red+Green+Blue) = 8+155+207=370 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.16% from 370); Green value is 155 (60.94% from 255 or 41.89% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #089BCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089BCF is #F76430. Grayscale: #747474. Windows color (decimal): -16213041 or 13605640. OLE color: 13605640.
HSL color Cylindrical-coordinate representation of color #089BCF: hue angle of 195.68º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089BCF is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 155 | 207 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.19 |
| HSL | 195.68º | 0.93% | 0.42% | - |
| HSV(B) | 195.68º | 0.96% | 0.81% | - |
| XYZ | 23.08 | 28 | 63.22 | - |
| YUV | 116.98 | 178.8 | 50.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 155 | 207 | 0.96 | 0.25 | 0 | 0.19 | 195.68 | 0.93 | 0.42 |
| Hex | 8 | 9B | CF | 60 | 19 | 0 | 13 | C4 | 5D | 2A |
| Octal | 10 | 233 | 317 | 140 | 31 | 0 | 23 | 304 | 135 | 52 |
| Binary | 1000 | 10011011 | 11001111 | 1100000 | 11001 | 0 | 10011 | 11000100 | 1011101 | 101010 |
Color Harmonies of #089BCF
Complementary color
Monochromatic Colors of #089BCF
Black with #089BCF
Text Example
Text Example
White with #089BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089BCF; }
p { color: rgb(8,155,207); }
H1.HeaderClassName
{
color: #089BCF;
}
.AnyTagClassName
{
color: #089BCF;
}
</style>
background-color css
<style>
a { background-color: #089BCF; }
a { background-color: rgb(8,155,207); }
div.DivClassName
{
background-color: #089BCF;
}
.BgClassName
{
background-color: #089BCF;
}
</style>
border-color css
<style>
span { border-color: #089BCF; }
span { border-color: rgb(8,155,207); }
td.TdClassName
{
border-color: #089BCF;
}
.TagClassName
{
border-color: #089BCF;
}
</style>