Shades of Pacific Blue #04A6DD
Tints of Pacific Blue #04A6DD
RGB
CMYK
RGB Variations
Color information
#04A6DD (or 0x04A6DD) is known color: Pacific Blue. HEX triplet: 04, A6 and DD. RGB value is (4,166,221). Sum of RGB (Red+Green+Blue) = 4+166+221=391 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.02% from 391); Green value is 166 (65.23% from 255 or 42.46% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #04A6DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04A6DD is #FB5922. Grayscale: #7B7B7B. Windows color (decimal): -16472355 or 14525956. OLE color: 14525956.
HSL color Cylindrical-coordinate representation of color #04A6DD: hue angle of 195.21º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A6DD is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 166 | 221 | - |
| CMYK | 0.98 | 0.25 | 0 | 0.13 |
| HSL | 195.21º | 0.96% | 0.44% | - |
| HSV(B) | 195.21º | 0.98% | 0.87% | - |
| XYZ | 26.74 | 32.52 | 73.27 | - |
| YUV | 123.83 | 182.83 | 42.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 166 | 221 | 0.98 | 0.25 | 0 | 0.13 | 195.21 | 0.96 | 0.44 |
| Hex | 4 | A6 | DD | 62 | 19 | 0 | D | C3 | 60 | 2C |
| Octal | 4 | 246 | 335 | 142 | 31 | 0 | 15 | 303 | 140 | 54 |
| Binary | 100 | 10100110 | 11011101 | 1100010 | 11001 | 0 | 1101 | 11000011 | 1100000 | 101100 |
Color Harmonies of #04A6DD
Complementary color
Monochromatic Colors of #04A6DD
Black with #04A6DD
Text Example
Text Example
White with #04A6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A6DD; }
p { color: rgb(4,166,221); }
H1.HeaderClassName
{
color: #04A6DD;
}
.AnyTagClassName
{
color: #04A6DD;
}
</style>
background-color css
<style>
a { background-color: #04A6DD; }
a { background-color: rgb(4,166,221); }
div.DivClassName
{
background-color: #04A6DD;
}
.BgClassName
{
background-color: #04A6DD;
}
</style>
border-color css
<style>
span { border-color: #04A6DD; }
span { border-color: rgb(4,166,221); }
td.TdClassName
{
border-color: #04A6DD;
}
.TagClassName
{
border-color: #04A6DD;
}
</style>