Shades of Pacific Blue #009BDA
Tints of Pacific Blue #009BDA
RGB
CMYK
RGB Variations
Color information
#009BDA (or 0x009BDA) is known color: Pacific Blue. HEX triplet: 00, 9B and DA. RGB value is (0,155,218). Sum of RGB (Red+Green+Blue) = 0+155+218=373 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 373); Green value is 155 (60.94% from 255 or 41.55% from 373); Blue value is 218 (85.55% from 255 or 58.45% from 373); Max value from RGB is 218 - color contains mainly: blue. Hex color #009BDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009BDA is #FF6425. Grayscale: #737373. Windows color (decimal): -16737318 or 14326528. OLE color: 14326528.
HSL color Cylindrical-coordinate representation of color #009BDA: hue angle of 197.34º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009BDA is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 155 | 218 | - |
| CMYK | 1 | 0.29 | 0 | 0.15 |
| HSL | 197.34º | 1% | 0.43% | - |
| HSV(B) | 197.34º | 1% | 0.85% | - |
| XYZ | 24.38 | 28.5 | 70.55 | - |
| YUV | 115.84 | 185.65 | 45.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 155 | 218 | 1 | 0.29 | 0 | 0.15 | 197.34 | 1 | 0.43 |
| Hex | 0 | 9B | DA | 64 | 1D | 0 | F | C5 | 64 | 2B |
| Octal | 0 | 233 | 332 | 144 | 35 | 0 | 17 | 305 | 144 | 53 |
| Binary | 0 | 10011011 | 11011010 | 1100100 | 11101 | 0 | 1111 | 11000101 | 1100100 | 101011 |
Color Harmonies of #009BDA
Complementary color
Monochromatic Colors of #009BDA
Black with #009BDA
Text Example
Text Example
White with #009BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009BDA; }
p { color: rgb(0,155,218); }
H1.HeaderClassName
{
color: #009BDA;
}
.AnyTagClassName
{
color: #009BDA;
}
</style>
background-color css
<style>
a { background-color: #009BDA; }
a { background-color: rgb(0,155,218); }
div.DivClassName
{
background-color: #009BDA;
}
.BgClassName
{
background-color: #009BDA;
}
</style>
border-color css
<style>
span { border-color: #009BDA; }
span { border-color: rgb(0,155,218); }
td.TdClassName
{
border-color: #009BDA;
}
.TagClassName
{
border-color: #009BDA;
}
</style>