Shades of Pacific Blue #148ACE
Tints of Pacific Blue #148ACE
RGB
CMYK
RGB Variations
Color information
#148ACE (or 0x148ACE) is known color: Pacific Blue. HEX triplet: 14, 8A and CE. RGB value is (20,138,206). Sum of RGB (Red+Green+Blue) = 20+138+206=364 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.49% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 206 (80.86% from 255 or 56.59% from 364); Max value from RGB is 206 - color contains mainly: blue. Hex color #148ACE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148ACE is #EB7531. Grayscale: #6E6E6E. Windows color (decimal): -15430962 or 13535764. OLE color: 13535764.
HSL color Cylindrical-coordinate representation of color #148ACE: hue angle of 201.94º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #148ACE is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 138 | 206 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.19 |
| HSL | 201.94º | 0.82% | 0.44% | - |
| HSV(B) | 201.94º | 0.9% | 0.81% | - |
| XYZ | 20.52 | 22.78 | 61.71 | - |
| YUV | 110.47 | 181.91 | 63.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 138 | 206 | 0.90 | 0.33 | 0 | 0.19 | 201.94 | 0.82 | 0.44 |
| Hex | 14 | 8A | CE | 5A | 21 | 0 | 13 | CA | 52 | 2C |
| Octal | 24 | 212 | 316 | 132 | 41 | 0 | 23 | 312 | 122 | 54 |
| Binary | 10100 | 10001010 | 11001110 | 1011010 | 100001 | 0 | 10011 | 11001010 | 1010010 | 101100 |
Color Harmonies of #148ACE
Complementary color
Monochromatic Colors of #148ACE
Black with #148ACE
Text Example
Text Example
White with #148ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148ACE; }
p { color: rgb(20,138,206); }
H1.HeaderClassName
{
color: #148ACE;
}
.AnyTagClassName
{
color: #148ACE;
}
</style>
background-color css
<style>
a { background-color: #148ACE; }
a { background-color: rgb(20,138,206); }
div.DivClassName
{
background-color: #148ACE;
}
.BgClassName
{
background-color: #148ACE;
}
</style>
border-color css
<style>
span { border-color: #148ACE; }
span { border-color: rgb(20,138,206); }
td.TdClassName
{
border-color: #148ACE;
}
.TagClassName
{
border-color: #148ACE;
}
</style>