Shades of Pacific Blue #009BE6
Tints of Pacific Blue #009BE6
RGB
CMYK
RGB Variations
Color information
#009BE6 (or 0x009BE6) is known color: Pacific Blue. HEX triplet: 00, 9B and E6. RGB value is (0,155,230). Sum of RGB (Red+Green+Blue) = 0+155+230=385 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 385); Green value is 155 (60.94% from 255 or 40.26% from 385); Blue value is 230 (90.23% from 255 or 59.74% from 385); Max value from RGB is 230 - color contains mainly: blue. Hex color #009BE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009BE6 is #FF6419. Grayscale: #747474. Windows color (decimal): -16737306 or 15112960. OLE color: 15112960.
HSL color Cylindrical-coordinate representation of color #009BE6: hue angle of 199.57º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009BE6 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 155 | 230 | - |
| CMYK | 1 | 0.33 | 0 | 0.10 |
| HSL | 199.57º | 1% | 0.45% | - |
| HSV(B) | 199.57º | 1% | 0.9% | - |
| XYZ | 26 | 29.16 | 79.12 | - |
| YUV | 117.21 | 191.65 | 44.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 155 | 230 | 1 | 0.33 | 0 | 0.10 | 199.57 | 1 | 0.45 |
| Hex | 0 | 9B | E6 | 64 | 21 | 0 | A | C8 | 64 | 2D |
| Octal | 0 | 233 | 346 | 144 | 41 | 0 | 12 | 310 | 144 | 55 |
| Binary | 0 | 10011011 | 11100110 | 1100100 | 100001 | 0 | 1010 | 11001000 | 1100100 | 101101 |
Color Harmonies of #009BE6
Complementary color
Monochromatic Colors of #009BE6
Black with #009BE6
Text Example
Text Example
White with #009BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009BE6; }
p { color: rgb(0,155,230); }
H1.HeaderClassName
{
color: #009BE6;
}
.AnyTagClassName
{
color: #009BE6;
}
</style>
background-color css
<style>
a { background-color: #009BE6; }
a { background-color: rgb(0,155,230); }
div.DivClassName
{
background-color: #009BE6;
}
.BgClassName
{
background-color: #009BE6;
}
</style>
border-color css
<style>
span { border-color: #009BE6; }
span { border-color: rgb(0,155,230); }
td.TdClassName
{
border-color: #009BE6;
}
.TagClassName
{
border-color: #009BE6;
}
</style>