Shades of Pacific Blue #009BEA
Tints of Pacific Blue #009BEA
RGB
CMYK
RGB Variations
Color information
#009BEA (or 0x009BEA) is known color: Pacific Blue. HEX triplet: 00, 9B and EA. RGB value is (0,155,234). Sum of RGB (Red+Green+Blue) = 0+155+234=389 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 389); Green value is 155 (60.94% from 255 or 39.85% from 389); Blue value is 234 (91.80% from 255 or 60.15% from 389); Max value from RGB is 234 - color contains mainly: blue. Hex color #009BEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009BEA is #FF6415. Grayscale: #757575. Windows color (decimal): -16737302 or 15375104. OLE color: 15375104.
HSL color Cylindrical-coordinate representation of color #009BEA: hue angle of 200.26º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009BEA is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 155 | 234 | - |
| CMYK | 1 | 0.34 | 0 | 0.08 |
| HSL | 200.26º | 1% | 0.46% | - |
| HSV(B) | 200.26º | 1% | 0.92% | - |
| XYZ | 26.57 | 29.38 | 82.11 | - |
| YUV | 117.66 | 193.65 | 44.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 155 | 234 | 1 | 0.34 | 0 | 0.08 | 200.26 | 1 | 0.46 |
| Hex | 0 | 9B | EA | 64 | 22 | 0 | 8 | C8 | 64 | 2E |
| Octal | 0 | 233 | 352 | 144 | 42 | 0 | 10 | 310 | 144 | 56 |
| Binary | 0 | 10011011 | 11101010 | 1100100 | 100010 | 0 | 1000 | 11001000 | 1100100 | 101110 |
Color Harmonies of #009BEA
Complementary color
Monochromatic Colors of #009BEA
Black with #009BEA
Text Example
Text Example
White with #009BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009BEA; }
p { color: rgb(0,155,234); }
H1.HeaderClassName
{
color: #009BEA;
}
.AnyTagClassName
{
color: #009BEA;
}
</style>
background-color css
<style>
a { background-color: #009BEA; }
a { background-color: rgb(0,155,234); }
div.DivClassName
{
background-color: #009BEA;
}
.BgClassName
{
background-color: #009BEA;
}
</style>
border-color css
<style>
span { border-color: #009BEA; }
span { border-color: rgb(0,155,234); }
td.TdClassName
{
border-color: #009BEA;
}
.TagClassName
{
border-color: #009BEA;
}
</style>