Shades of Pacific Blue #069EE0
Tints of Pacific Blue #069EE0
RGB
CMYK
RGB Variations
Color information
#069EE0 (or 0x069EE0) is known color: Pacific Blue. HEX triplet: 06, 9E and E0. RGB value is (6,158,224). Sum of RGB (Red+Green+Blue) = 6+158+224=388 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.55% from 388); Green value is 158 (62.11% from 255 or 40.72% from 388); Blue value is 224 (87.89% from 255 or 57.73% from 388); Max value from RGB is 224 - color contains mainly: blue. Hex color #069EE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069EE0 is #F9611F. Grayscale: #777777. Windows color (decimal): -16343328 or 14720518. OLE color: 14720518.
HSL color Cylindrical-coordinate representation of color #069EE0: hue angle of 198.17º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #069EE0 is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 6 | 158 | 224 | - |
| CMYK | 0.97 | 0.29 | 0 | 0.12 |
| HSL | 198.17º | 0.95% | 0.45% | - |
| HSV(B) | 198.17º | 0.97% | 0.88% | - |
| XYZ | 25.76 | 29.87 | 74.93 | - |
| YUV | 120.08 | 186.64 | 46.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 158 | 224 | 0.97 | 0.29 | 0 | 0.12 | 198.17 | 0.95 | 0.45 |
| Hex | 6 | 9E | E0 | 61 | 1D | 0 | C | C6 | 5F | 2D |
| Octal | 6 | 236 | 340 | 141 | 35 | 0 | 14 | 306 | 137 | 55 |
| Binary | 110 | 10011110 | 11100000 | 1100001 | 11101 | 0 | 1100 | 11000110 | 1011111 | 101101 |
Color Harmonies of #069EE0
Complementary color
Monochromatic Colors of #069EE0
Black with #069EE0
Text Example
Text Example
White with #069EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069EE0; }
p { color: rgb(6,158,224); }
H1.HeaderClassName
{
color: #069EE0;
}
.AnyTagClassName
{
color: #069EE0;
}
</style>
background-color css
<style>
a { background-color: #069EE0; }
a { background-color: rgb(6,158,224); }
div.DivClassName
{
background-color: #069EE0;
}
.BgClassName
{
background-color: #069EE0;
}
</style>
border-color css
<style>
span { border-color: #069EE0; }
span { border-color: rgb(6,158,224); }
td.TdClassName
{
border-color: #069EE0;
}
.TagClassName
{
border-color: #069EE0;
}
</style>