Shades of Pacific Blue #069ACB
Tints of Pacific Blue #069ACB
RGB
CMYK
RGB Variations
Color information
#069ACB (or 0x069ACB) is known color: Pacific Blue. HEX triplet: 06, 9A and CB. RGB value is (6,154,203). Sum of RGB (Red+Green+Blue) = 6+154+203=363 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.65% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 203 (79.69% from 255 or 55.92% from 363); Max value from RGB is 203 - color contains mainly: blue. Hex color #069ACB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069ACB is #F96534. Grayscale: #727272. Windows color (decimal): -16344373 or 13343238. OLE color: 13343238.
HSL color Cylindrical-coordinate representation of color #069ACB: hue angle of 194.92º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #069ACB is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 154 | 203 | - |
| CMYK | 0.97 | 0.24 | 0 | 0.20 |
| HSL | 194.92º | 0.94% | 0.41% | - |
| HSV(B) | 194.92º | 0.97% | 0.8% | - |
| XYZ | 22.41 | 27.46 | 60.62 | - |
| YUV | 115.33 | 177.47 | 50.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 154 | 203 | 0.97 | 0.24 | 0 | 0.20 | 194.92 | 0.94 | 0.41 |
| Hex | 6 | 9A | CB | 61 | 18 | 0 | 14 | C3 | 5E | 29 |
| Octal | 6 | 232 | 313 | 141 | 30 | 0 | 24 | 303 | 136 | 51 |
| Binary | 110 | 10011010 | 11001011 | 1100001 | 11000 | 0 | 10100 | 11000011 | 1011110 | 101001 |
Color Harmonies of #069ACB
Complementary color
Monochromatic Colors of #069ACB
Black with #069ACB
Text Example
Text Example
White with #069ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069ACB; }
p { color: rgb(6,154,203); }
H1.HeaderClassName
{
color: #069ACB;
}
.AnyTagClassName
{
color: #069ACB;
}
</style>
background-color css
<style>
a { background-color: #069ACB; }
a { background-color: rgb(6,154,203); }
div.DivClassName
{
background-color: #069ACB;
}
.BgClassName
{
background-color: #069ACB;
}
</style>
border-color css
<style>
span { border-color: #069ACB; }
span { border-color: rgb(6,154,203); }
td.TdClassName
{
border-color: #069ACB;
}
.TagClassName
{
border-color: #069ACB;
}
</style>