Shades of Pacific Blue #069EDE
Tints of Pacific Blue #069EDE
RGB
CMYK
RGB Variations
Color information
#069EDE (or 0x069EDE) is known color: Pacific Blue. HEX triplet: 06, 9E and DE. RGB value is (6,158,222). Sum of RGB (Red+Green+Blue) = 6+158+222=386 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.55% from 386); Green value is 158 (62.11% from 255 or 40.93% from 386); Blue value is 222 (87.11% from 255 or 57.51% from 386); Max value from RGB is 222 - color contains mainly: blue. Hex color #069EDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069EDE is #F96121. Grayscale: #777777. Windows color (decimal): -16343330 or 14589446. OLE color: 14589446.
HSL color Cylindrical-coordinate representation of color #069EDE: hue angle of 197.78º 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 #069EDE is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 158 | 222 | - |
| CMYK | 0.97 | 0.29 | 0 | 0.13 |
| HSL | 197.78º | 0.95% | 0.45% | - |
| HSV(B) | 197.78º | 0.97% | 0.87% | - |
| XYZ | 25.49 | 29.77 | 73.51 | - |
| YUV | 119.85 | 185.64 | 46.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 158 | 222 | 0.97 | 0.29 | 0 | 0.13 | 197.78 | 0.95 | 0.45 |
| Hex | 6 | 9E | DE | 61 | 1D | 0 | D | C6 | 5F | 2D |
| Octal | 6 | 236 | 336 | 141 | 35 | 0 | 15 | 306 | 137 | 55 |
| Binary | 110 | 10011110 | 11011110 | 1100001 | 11101 | 0 | 1101 | 11000110 | 1011111 | 101101 |
Color Harmonies of #069EDE
Complementary color
Monochromatic Colors of #069EDE
Black with #069EDE
Text Example
Text Example
White with #069EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069EDE; }
p { color: rgb(6,158,222); }
H1.HeaderClassName
{
color: #069EDE;
}
.AnyTagClassName
{
color: #069EDE;
}
</style>
background-color css
<style>
a { background-color: #069EDE; }
a { background-color: rgb(6,158,222); }
div.DivClassName
{
background-color: #069EDE;
}
.BgClassName
{
background-color: #069EDE;
}
</style>
border-color css
<style>
span { border-color: #069EDE; }
span { border-color: rgb(6,158,222); }
td.TdClassName
{
border-color: #069EDE;
}
.TagClassName
{
border-color: #069EDE;
}
</style>