Shades of Pacific Blue #088BCF
Tints of Pacific Blue #088BCF
RGB
CMYK
RGB Variations
Color information
#088BCF (or 0x088BCF) is known color: Pacific Blue. HEX triplet: 08, 8B and CF. RGB value is (8,139,207). Sum of RGB (Red+Green+Blue) = 8+139+207=354 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.26% from 354); Green value is 139 (54.69% from 255 or 39.27% from 354); Blue value is 207 (81.25% from 255 or 58.47% from 354); Max value from RGB is 207 - color contains mainly: blue. Hex color #088BCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088BCF is #F77430. Grayscale: #6B6B6B. Windows color (decimal): -16217137 or 13601544. OLE color: 13601544.
HSL color Cylindrical-coordinate representation of color #088BCF: hue angle of 200.5º 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 #088BCF is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 139 | 207 | - |
| CMYK | 0.96 | 0.33 | 0 | 0.19 |
| HSL | 200.5º | 0.93% | 0.42% | - |
| HSV(B) | 200.5º | 0.96% | 0.81% | - |
| XYZ | 20.6 | 23.02 | 62.39 | - |
| YUV | 107.58 | 184.1 | 56.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 139 | 207 | 0.96 | 0.33 | 0 | 0.19 | 200.5 | 0.93 | 0.42 |
| Hex | 8 | 8B | CF | 60 | 21 | 0 | 13 | C9 | 5D | 2A |
| Octal | 10 | 213 | 317 | 140 | 41 | 0 | 23 | 311 | 135 | 52 |
| Binary | 1000 | 10001011 | 11001111 | 1100000 | 100001 | 0 | 10011 | 11001001 | 1011101 | 101010 |
Color Harmonies of #088BCF
Complementary color
Monochromatic Colors of #088BCF
Black with #088BCF
Text Example
Text Example
White with #088BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088BCF; }
p { color: rgb(8,139,207); }
H1.HeaderClassName
{
color: #088BCF;
}
.AnyTagClassName
{
color: #088BCF;
}
</style>
background-color css
<style>
a { background-color: #088BCF; }
a { background-color: rgb(8,139,207); }
div.DivClassName
{
background-color: #088BCF;
}
.BgClassName
{
background-color: #088BCF;
}
</style>
border-color css
<style>
span { border-color: #088BCF; }
span { border-color: rgb(8,139,207); }
td.TdClassName
{
border-color: #088BCF;
}
.TagClassName
{
border-color: #088BCF;
}
</style>