Shades of Pacific Blue #08A3DF
Tints of Pacific Blue #08A3DF
RGB
CMYK
RGB Variations
Color information
#08A3DF (or 0x08A3DF) is known color: Pacific Blue. HEX triplet: 08, A3 and DF. RGB value is (8,163,223). Sum of RGB (Red+Green+Blue) = 8+163+223=394 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.03% from 394); Green value is 163 (64.06% from 255 or 41.37% from 394); Blue value is 223 (87.5% from 255 or 56.60% from 394); Max value from RGB is 223 - color contains mainly: blue. Hex color #08A3DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08A3DF is #F75C20. Grayscale: #7B7B7B. Windows color (decimal): -16210977 or 14656264. OLE color: 14656264.
HSL color Cylindrical-coordinate representation of color #08A3DF: hue angle of 196.74º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08A3DF is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 163 | 223 | - |
| CMYK | 0.96 | 0.27 | 0 | 0.13 |
| HSL | 196.74º | 0.93% | 0.45% | - |
| HSV(B) | 196.74º | 0.96% | 0.87% | - |
| XYZ | 26.52 | 31.57 | 74.51 | - |
| YUV | 123.5 | 184.15 | 45.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 163 | 223 | 0.96 | 0.27 | 0 | 0.13 | 196.74 | 0.93 | 0.45 |
| Hex | 8 | A3 | DF | 60 | 1B | 0 | D | C5 | 5D | 2D |
| Octal | 10 | 243 | 337 | 140 | 33 | 0 | 15 | 305 | 135 | 55 |
| Binary | 1000 | 10100011 | 11011111 | 1100000 | 11011 | 0 | 1101 | 11000101 | 1011101 | 101101 |
Color Harmonies of #08A3DF
Complementary color
Monochromatic Colors of #08A3DF
Black with #08A3DF
Text Example
Text Example
White with #08A3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08A3DF; }
p { color: rgb(8,163,223); }
H1.HeaderClassName
{
color: #08A3DF;
}
.AnyTagClassName
{
color: #08A3DF;
}
</style>
background-color css
<style>
a { background-color: #08A3DF; }
a { background-color: rgb(8,163,223); }
div.DivClassName
{
background-color: #08A3DF;
}
.BgClassName
{
background-color: #08A3DF;
}
</style>
border-color css
<style>
span { border-color: #08A3DF; }
span { border-color: rgb(8,163,223); }
td.TdClassName
{
border-color: #08A3DF;
}
.TagClassName
{
border-color: #08A3DF;
}
</style>