Shades of Pacific Blue #09A6DC
Tints of Pacific Blue #09A6DC
RGB
CMYK
RGB Variations
Color information
#09A6DC (or 0x09A6DC) is known color: Pacific Blue. HEX triplet: 09, A6 and DC. RGB value is (9,166,220). Sum of RGB (Red+Green+Blue) = 9+166+220=395 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.28% from 395); Green value is 166 (65.23% from 255 or 42.03% from 395); Blue value is 220 (86.33% from 255 or 55.70% from 395); Max value from RGB is 220 - color contains mainly: blue. Hex color #09A6DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09A6DC is #F65923. Grayscale: #7C7C7C. Windows color (decimal): -16144676 or 14460425. OLE color: 14460425.
HSL color Cylindrical-coordinate representation of color #09A6DC: hue angle of 195.36º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09A6DC is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 166 | 220 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.14 |
| HSL | 195.36º | 0.92% | 0.45% | - |
| HSV(B) | 195.36º | 0.96% | 0.86% | - |
| XYZ | 26.67 | 32.5 | 72.58 | - |
| YUV | 125.21 | 181.49 | 45.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 166 | 220 | 0.96 | 0.25 | 0 | 0.14 | 195.36 | 0.92 | 0.45 |
| Hex | 9 | A6 | DC | 60 | 19 | 0 | E | C3 | 5C | 2D |
| Octal | 11 | 246 | 334 | 140 | 31 | 0 | 16 | 303 | 134 | 55 |
| Binary | 1001 | 10100110 | 11011100 | 1100000 | 11001 | 0 | 1110 | 11000011 | 1011100 | 101101 |
Color Harmonies of #09A6DC
Complementary color
Monochromatic Colors of #09A6DC
Black with #09A6DC
Text Example
Text Example
White with #09A6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A6DC; }
p { color: rgb(9,166,220); }
H1.HeaderClassName
{
color: #09A6DC;
}
.AnyTagClassName
{
color: #09A6DC;
}
</style>
background-color css
<style>
a { background-color: #09A6DC; }
a { background-color: rgb(9,166,220); }
div.DivClassName
{
background-color: #09A6DC;
}
.BgClassName
{
background-color: #09A6DC;
}
</style>
border-color css
<style>
span { border-color: #09A6DC; }
span { border-color: rgb(9,166,220); }
td.TdClassName
{
border-color: #09A6DC;
}
.TagClassName
{
border-color: #09A6DC;
}
</style>