Shades of Pacific Blue #069ACE
Tints of Pacific Blue #069ACE
RGB
CMYK
RGB Variations
Color information
#069ACE (or 0x069ACE) is known color: Pacific Blue. HEX triplet: 06, 9A and CE. RGB value is (6,154,206). Sum of RGB (Red+Green+Blue) = 6+154+206=366 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.64% from 366); Green value is 154 (60.55% from 255 or 42.08% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #069ACE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069ACE is #F96531. Grayscale: #737373. Windows color (decimal): -16344370 or 13539846. OLE color: 13539846.
HSL color Cylindrical-coordinate representation of color #069ACE: hue angle of 195.6º 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 #069ACE is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 154 | 206 | - |
| CMYK | 0.97 | 0.25 | 0 | 0.19 |
| HSL | 195.6º | 0.94% | 0.42% | - |
| HSV(B) | 195.6º | 0.97% | 0.81% | - |
| XYZ | 22.77 | 27.61 | 62.52 | - |
| YUV | 115.68 | 178.97 | 49.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 154 | 206 | 0.97 | 0.25 | 0 | 0.19 | 195.6 | 0.94 | 0.42 |
| Hex | 6 | 9A | CE | 61 | 19 | 0 | 13 | C4 | 5E | 2A |
| Octal | 6 | 232 | 316 | 141 | 31 | 0 | 23 | 304 | 136 | 52 |
| Binary | 110 | 10011010 | 11001110 | 1100001 | 11001 | 0 | 10011 | 11000100 | 1011110 | 101010 |
Color Harmonies of #069ACE
Complementary color
Monochromatic Colors of #069ACE
Black with #069ACE
Text Example
Text Example
White with #069ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069ACE; }
p { color: rgb(6,154,206); }
H1.HeaderClassName
{
color: #069ACE;
}
.AnyTagClassName
{
color: #069ACE;
}
</style>
background-color css
<style>
a { background-color: #069ACE; }
a { background-color: rgb(6,154,206); }
div.DivClassName
{
background-color: #069ACE;
}
.BgClassName
{
background-color: #069ACE;
}
</style>
border-color css
<style>
span { border-color: #069ACE; }
span { border-color: rgb(6,154,206); }
td.TdClassName
{
border-color: #069ACE;
}
.TagClassName
{
border-color: #069ACE;
}
</style>