Shades of Pacific Blue #06A5CF
Tints of Pacific Blue #06A5CF
RGB
CMYK
RGB Variations
Color information
#06A5CF (or 0x06A5CF) is known color: Pacific Blue. HEX triplet: 06, A5 and CF. RGB value is (6,165,207). Sum of RGB (Red+Green+Blue) = 6+165+207=378 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.59% from 378); Green value is 165 (64.84% from 255 or 43.65% from 378); Blue value is 207 (81.25% from 255 or 54.76% from 378); Max value from RGB is 207 - color contains mainly: blue. Hex color #06A5CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06A5CF is #F95A30. Grayscale: #797979. Windows color (decimal): -16341553 or 13608198. OLE color: 13608198.
HSL color Cylindrical-coordinate representation of color #06A5CF: hue angle of 192.54º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06A5CF is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 165 | 207 | - |
| CMYK | 0.97 | 0.20 | 0 | 0.19 |
| HSL | 192.54º | 0.94% | 0.42% | - |
| HSV(B) | 192.54º | 0.97% | 0.81% | - |
| XYZ | 24.79 | 31.45 | 63.8 | - |
| YUV | 122.25 | 175.82 | 45.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 165 | 207 | 0.97 | 0.20 | 0 | 0.19 | 192.54 | 0.94 | 0.42 |
| Hex | 6 | A5 | CF | 61 | 14 | 0 | 13 | C1 | 5E | 2A |
| Octal | 6 | 245 | 317 | 141 | 24 | 0 | 23 | 301 | 136 | 52 |
| Binary | 110 | 10100101 | 11001111 | 1100001 | 10100 | 0 | 10011 | 11000001 | 1011110 | 101010 |
Color Harmonies of #06A5CF
Complementary color
Monochromatic Colors of #06A5CF
Black with #06A5CF
Text Example
Text Example
White with #06A5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A5CF; }
p { color: rgb(6,165,207); }
H1.HeaderClassName
{
color: #06A5CF;
}
.AnyTagClassName
{
color: #06A5CF;
}
</style>
background-color css
<style>
a { background-color: #06A5CF; }
a { background-color: rgb(6,165,207); }
div.DivClassName
{
background-color: #06A5CF;
}
.BgClassName
{
background-color: #06A5CF;
}
</style>
border-color css
<style>
span { border-color: #06A5CF; }
span { border-color: rgb(6,165,207); }
td.TdClassName
{
border-color: #06A5CF;
}
.TagClassName
{
border-color: #06A5CF;
}
</style>