Shades of Pacific Blue #099BDA
Tints of Pacific Blue #099BDA
RGB
CMYK
RGB Variations
Color information
#099BDA (or 0x099BDA) is known color: Pacific Blue. HEX triplet: 09, 9B and DA. RGB value is (9,155,218). Sum of RGB (Red+Green+Blue) = 9+155+218=382 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.36% from 382); Green value is 155 (60.94% from 255 or 40.58% from 382); Blue value is 218 (85.55% from 255 or 57.07% from 382); Max value from RGB is 218 - color contains mainly: blue. Hex color #099BDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099BDA is #F66425. Grayscale: #767676. Windows color (decimal): -16147494 or 14326537. OLE color: 14326537.
HSL color Cylindrical-coordinate representation of color #099BDA: hue angle of 198.09º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099BDA is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 155 | 218 | - |
| CMYK | 0.96 | 0.29 | 0 | 0.15 |
| HSL | 198.09º | 0.92% | 0.45% | - |
| HSV(B) | 198.09º | 0.96% | 0.85% | - |
| XYZ | 24.49 | 28.56 | 70.55 | - |
| YUV | 118.53 | 184.13 | 49.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 155 | 218 | 0.96 | 0.29 | 0 | 0.15 | 198.09 | 0.92 | 0.45 |
| Hex | 9 | 9B | DA | 60 | 1D | 0 | F | C6 | 5C | 2D |
| Octal | 11 | 233 | 332 | 140 | 35 | 0 | 17 | 306 | 134 | 55 |
| Binary | 1001 | 10011011 | 11011010 | 1100000 | 11101 | 0 | 1111 | 11000110 | 1011100 | 101101 |
Color Harmonies of #099BDA
Complementary color
Monochromatic Colors of #099BDA
Black with #099BDA
Text Example
Text Example
White with #099BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099BDA; }
p { color: rgb(9,155,218); }
H1.HeaderClassName
{
color: #099BDA;
}
.AnyTagClassName
{
color: #099BDA;
}
</style>
background-color css
<style>
a { background-color: #099BDA; }
a { background-color: rgb(9,155,218); }
div.DivClassName
{
background-color: #099BDA;
}
.BgClassName
{
background-color: #099BDA;
}
</style>
border-color css
<style>
span { border-color: #099BDA; }
span { border-color: rgb(9,155,218); }
td.TdClassName
{
border-color: #099BDA;
}
.TagClassName
{
border-color: #099BDA;
}
</style>