Shades of Pacific Blue #069CDD
Tints of Pacific Blue #069CDD
RGB
CMYK
RGB Variations
Color information
#069CDD (or 0x069CDD) is known color: Pacific Blue. HEX triplet: 06, 9C and DD. RGB value is (6,156,221). Sum of RGB (Red+Green+Blue) = 6+156+221=383 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.57% from 383); Green value is 156 (61.33% from 255 or 40.73% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #069CDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069CDD is #F96322. Grayscale: #767676. Windows color (decimal): -16343843 or 14523398. OLE color: 14523398.
HSL color Cylindrical-coordinate representation of color #069CDD: hue angle of 198.14º 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 #069CDD is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 156 | 221 | - |
| CMYK | 0.97 | 0.29 | 0 | 0.13 |
| HSL | 198.14º | 0.95% | 0.45% | - |
| HSV(B) | 198.14º | 0.97% | 0.87% | - |
| XYZ | 25.01 | 29.04 | 72.69 | - |
| YUV | 118.56 | 185.81 | 47.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 156 | 221 | 0.97 | 0.29 | 0 | 0.13 | 198.14 | 0.95 | 0.45 |
| Hex | 6 | 9C | DD | 61 | 1D | 0 | D | C6 | 5F | 2D |
| Octal | 6 | 234 | 335 | 141 | 35 | 0 | 15 | 306 | 137 | 55 |
| Binary | 110 | 10011100 | 11011101 | 1100001 | 11101 | 0 | 1101 | 11000110 | 1011111 | 101101 |
Color Harmonies of #069CDD
Complementary color
Monochromatic Colors of #069CDD
Black with #069CDD
Text Example
Text Example
White with #069CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069CDD; }
p { color: rgb(6,156,221); }
H1.HeaderClassName
{
color: #069CDD;
}
.AnyTagClassName
{
color: #069CDD;
}
</style>
background-color css
<style>
a { background-color: #069CDD; }
a { background-color: rgb(6,156,221); }
div.DivClassName
{
background-color: #069CDD;
}
.BgClassName
{
background-color: #069CDD;
}
</style>
border-color css
<style>
span { border-color: #069CDD; }
span { border-color: rgb(6,156,221); }
td.TdClassName
{
border-color: #069CDD;
}
.TagClassName
{
border-color: #069CDD;
}
</style>