Shades of Pacific Blue #038ACE
Tints of Pacific Blue #038ACE
RGB
CMYK
RGB Variations
Color information
#038ACE (or 0x038ACE) is known color: Pacific Blue. HEX triplet: 03, 8A and CE. RGB value is (3,138,206). Sum of RGB (Red+Green+Blue) = 3+138+206=347 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 347); Green value is 138 (54.30% from 255 or 39.77% from 347); Blue value is 206 (80.86% from 255 or 59.37% from 347); Max value from RGB is 206 - color contains mainly: blue. Hex color #038ACE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038ACE is #FC7531. Grayscale: #686868. Windows color (decimal): -16545074 or 13535747. OLE color: 13535747.
HSL color Cylindrical-coordinate representation of color #038ACE: hue angle of 200.1º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038ACE is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 138 | 206 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.19 |
| HSL | 200.1º | 0.97% | 0.41% | - |
| HSV(B) | 200.1º | 0.99% | 0.81% | - |
| XYZ | 20.27 | 22.65 | 61.7 | - |
| YUV | 105.39 | 184.77 | 54.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 138 | 206 | 0.99 | 0.33 | 0 | 0.19 | 200.1 | 0.97 | 0.41 |
| Hex | 3 | 8A | CE | 63 | 21 | 0 | 13 | C8 | 61 | 29 |
| Octal | 3 | 212 | 316 | 143 | 41 | 0 | 23 | 310 | 141 | 51 |
| Binary | 11 | 10001010 | 11001110 | 1100011 | 100001 | 0 | 10011 | 11001000 | 1100001 | 101001 |
Color Harmonies of #038ACE
Complementary color
Monochromatic Colors of #038ACE
Black with #038ACE
Text Example
Text Example
White with #038ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038ACE; }
p { color: rgb(3,138,206); }
H1.HeaderClassName
{
color: #038ACE;
}
.AnyTagClassName
{
color: #038ACE;
}
</style>
background-color css
<style>
a { background-color: #038ACE; }
a { background-color: rgb(3,138,206); }
div.DivClassName
{
background-color: #038ACE;
}
.BgClassName
{
background-color: #038ACE;
}
</style>
border-color css
<style>
span { border-color: #038ACE; }
span { border-color: rgb(3,138,206); }
td.TdClassName
{
border-color: #038ACE;
}
.TagClassName
{
border-color: #038ACE;
}
</style>