Shades of Pacific Blue #069EDF
Tints of Pacific Blue #069EDF
RGB
CMYK
RGB Variations
Color information
#069EDF (or 0x069EDF) is known color: Pacific Blue. HEX triplet: 06, 9E and DF. RGB value is (6,158,223). Sum of RGB (Red+Green+Blue) = 6+158+223=387 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.55% from 387); Green value is 158 (62.11% from 255 or 40.83% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #069EDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069EDF is #F96120. Grayscale: #777777. Windows color (decimal): -16343329 or 14654982. OLE color: 14654982.
HSL color Cylindrical-coordinate representation of color #069EDF: hue angle of 197.97º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #069EDF is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 158 | 223 | - |
| CMYK | 0.97 | 0.29 | 0 | 0.13 |
| HSL | 197.97º | 0.95% | 0.45% | - |
| HSV(B) | 197.97º | 0.97% | 0.87% | - |
| XYZ | 25.62 | 29.82 | 74.22 | - |
| YUV | 119.96 | 186.14 | 46.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 158 | 223 | 0.97 | 0.29 | 0 | 0.13 | 197.97 | 0.95 | 0.45 |
| Hex | 6 | 9E | DF | 61 | 1D | 0 | D | C6 | 5F | 2D |
| Octal | 6 | 236 | 337 | 141 | 35 | 0 | 15 | 306 | 137 | 55 |
| Binary | 110 | 10011110 | 11011111 | 1100001 | 11101 | 0 | 1101 | 11000110 | 1011111 | 101101 |
Color Harmonies of #069EDF
Complementary color
Monochromatic Colors of #069EDF
Black with #069EDF
Text Example
Text Example
White with #069EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069EDF; }
p { color: rgb(6,158,223); }
H1.HeaderClassName
{
color: #069EDF;
}
.AnyTagClassName
{
color: #069EDF;
}
</style>
background-color css
<style>
a { background-color: #069EDF; }
a { background-color: rgb(6,158,223); }
div.DivClassName
{
background-color: #069EDF;
}
.BgClassName
{
background-color: #069EDF;
}
</style>
border-color css
<style>
span { border-color: #069EDF; }
span { border-color: rgb(6,158,223); }
td.TdClassName
{
border-color: #069EDF;
}
.TagClassName
{
border-color: #069EDF;
}
</style>