Shades of Pacific Blue #07A5DB
Tints of Pacific Blue #07A5DB
RGB
CMYK
RGB Variations
Color information
#07A5DB (or 0x07A5DB) is known color: Pacific Blue. HEX triplet: 07, A5 and DB. RGB value is (7,165,219). Sum of RGB (Red+Green+Blue) = 7+165+219=391 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.79% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #07A5DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07A5DB is #F85A24. Grayscale: #7B7B7B. Windows color (decimal): -16276005 or 14394631. OLE color: 14394631.
HSL color Cylindrical-coordinate representation of color #07A5DB: hue angle of 195.28º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07A5DB is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 165 | 219 | - |
| CMYK | 0.97 | 0.25 | 0 | 0.14 |
| HSL | 195.28º | 0.94% | 0.44% | - |
| HSV(B) | 195.28º | 0.97% | 0.86% | - |
| XYZ | 26.33 | 32.07 | 71.82 | - |
| YUV | 123.91 | 181.65 | 44.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 165 | 219 | 0.97 | 0.25 | 0 | 0.14 | 195.28 | 0.94 | 0.44 |
| Hex | 7 | A5 | DB | 61 | 19 | 0 | E | C3 | 5E | 2C |
| Octal | 7 | 245 | 333 | 141 | 31 | 0 | 16 | 303 | 136 | 54 |
| Binary | 111 | 10100101 | 11011011 | 1100001 | 11001 | 0 | 1110 | 11000011 | 1011110 | 101100 |
Color Harmonies of #07A5DB
Complementary color
Monochromatic Colors of #07A5DB
Black with #07A5DB
Text Example
Text Example
White with #07A5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A5DB; }
p { color: rgb(7,165,219); }
H1.HeaderClassName
{
color: #07A5DB;
}
.AnyTagClassName
{
color: #07A5DB;
}
</style>
background-color css
<style>
a { background-color: #07A5DB; }
a { background-color: rgb(7,165,219); }
div.DivClassName
{
background-color: #07A5DB;
}
.BgClassName
{
background-color: #07A5DB;
}
</style>
border-color css
<style>
span { border-color: #07A5DB; }
span { border-color: rgb(7,165,219); }
td.TdClassName
{
border-color: #07A5DB;
}
.TagClassName
{
border-color: #07A5DB;
}
</style>