Shades of Pacific Blue #069BCD
Tints of Pacific Blue #069BCD
RGB
CMYK
RGB Variations
Color information
#069BCD (or 0x069BCD) is known color: Pacific Blue. HEX triplet: 06, 9B and CD. RGB value is (6,155,205). Sum of RGB (Red+Green+Blue) = 6+155+205=366 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.64% from 366); Green value is 155 (60.94% from 255 or 42.35% from 366); Blue value is 205 (80.47% from 255 or 56.01% from 366); Max value from RGB is 205 - color contains mainly: blue. Hex color #069BCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069BCD is #F96432. Grayscale: #737373. Windows color (decimal): -16344115 or 13474566. OLE color: 13474566.
HSL color Cylindrical-coordinate representation of color #069BCD: hue angle of 195.08º 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 #069BCD is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 155 | 205 | - |
| CMYK | 0.97 | 0.24 | 0 | 0.20 |
| HSL | 195.08º | 0.94% | 0.41% | - |
| HSV(B) | 195.08º | 0.97% | 0.8% | - |
| XYZ | 22.82 | 27.89 | 61.94 | - |
| YUV | 116.15 | 178.14 | 49.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 155 | 205 | 0.97 | 0.24 | 0 | 0.20 | 195.08 | 0.94 | 0.41 |
| Hex | 6 | 9B | CD | 61 | 18 | 0 | 14 | C3 | 5E | 29 |
| Octal | 6 | 233 | 315 | 141 | 30 | 0 | 24 | 303 | 136 | 51 |
| Binary | 110 | 10011011 | 11001101 | 1100001 | 11000 | 0 | 10100 | 11000011 | 1011110 | 101001 |
Color Harmonies of #069BCD
Complementary color
Monochromatic Colors of #069BCD
Black with #069BCD
Text Example
Text Example
White with #069BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069BCD; }
p { color: rgb(6,155,205); }
H1.HeaderClassName
{
color: #069BCD;
}
.AnyTagClassName
{
color: #069BCD;
}
</style>
background-color css
<style>
a { background-color: #069BCD; }
a { background-color: rgb(6,155,205); }
div.DivClassName
{
background-color: #069BCD;
}
.BgClassName
{
background-color: #069BCD;
}
</style>
border-color css
<style>
span { border-color: #069BCD; }
span { border-color: rgb(6,155,205); }
td.TdClassName
{
border-color: #069BCD;
}
.TagClassName
{
border-color: #069BCD;
}
</style>