Shades of Pacific Blue #08A8BC
Tints of Pacific Blue #08A8BC
RGB
CMYK
RGB Variations
Color information
#08A8BC (or 0x08A8BC) is known color: Pacific Blue. HEX triplet: 08, A8 and BC. RGB value is (8,168,188). Sum of RGB (Red+Green+Blue) = 8+168+188=364 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.20% from 364); Green value is 168 (66.02% from 255 or 46.15% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #08A8BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08A8BC is #F75743. Grayscale: #7A7A7A. Windows color (decimal): -16209732 or 12363784. OLE color: 12363784.
HSL color Cylindrical-coordinate representation of color #08A8BC: hue angle of 186.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08A8BC is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 168 | 188 | - |
| CMYK | 0.96 | 0.11 | 0 | 0.26 |
| HSL | 186.67º | 0.92% | 0.38% | - |
| HSV(B) | 186.67º | 0.96% | 0.74% | - |
| XYZ | 23.18 | 31.69 | 52.47 | - |
| YUV | 122.44 | 164.99 | 46.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 168 | 188 | 0.96 | 0.11 | 0 | 0.26 | 186.67 | 0.92 | 0.38 |
| Hex | 8 | A8 | BC | 60 | B | 0 | 1A | BB | 5C | 26 |
| Octal | 10 | 250 | 274 | 140 | 13 | 0 | 32 | 273 | 134 | 46 |
| Binary | 1000 | 10101000 | 10111100 | 1100000 | 1011 | 0 | 11010 | 10111011 | 1011100 | 100110 |
Color Harmonies of #08A8BC
Complementary color
Monochromatic Colors of #08A8BC
Black with #08A8BC
Text Example
Text Example
White with #08A8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08A8BC; }
p { color: rgb(8,168,188); }
H1.HeaderClassName
{
color: #08A8BC;
}
.AnyTagClassName
{
color: #08A8BC;
}
</style>
background-color css
<style>
a { background-color: #08A8BC; }
a { background-color: rgb(8,168,188); }
div.DivClassName
{
background-color: #08A8BC;
}
.BgClassName
{
background-color: #08A8BC;
}
</style>
border-color css
<style>
span { border-color: #08A8BC; }
span { border-color: rgb(8,168,188); }
td.TdClassName
{
border-color: #08A8BC;
}
.TagClassName
{
border-color: #08A8BC;
}
</style>