Shades of Pacific Blue #188ACF
Tints of Pacific Blue #188ACF
RGB
CMYK
RGB Variations
Color information
#188ACF (or 0x188ACF) is known color: Pacific Blue. HEX triplet: 18, 8A and CF. RGB value is (24,138,207). Sum of RGB (Red+Green+Blue) = 24+138+207=369 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.50% from 369); Green value is 138 (54.30% from 255 or 37.40% from 369); Blue value is 207 (81.25% from 255 or 56.10% from 369); Max value from RGB is 207 - color contains mainly: blue. Hex color #188ACF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188ACF is #E77530. Grayscale: #6F6F6F. Windows color (decimal): -15168817 or 13601304. OLE color: 13601304.
HSL color Cylindrical-coordinate representation of color #188ACF: hue angle of 202.62º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #188ACF is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 138 | 207 | - |
| CMYK | 0.88 | 0.33 | 0 | 0.19 |
| HSL | 202.62º | 0.79% | 0.45% | - |
| HSV(B) | 202.62º | 0.88% | 0.81% | - |
| XYZ | 20.73 | 22.88 | 62.35 | - |
| YUV | 111.78 | 181.73 | 65.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 138 | 207 | 0.88 | 0.33 | 0 | 0.19 | 202.62 | 0.79 | 0.45 |
| Hex | 18 | 8A | CF | 58 | 21 | 0 | 13 | CB | 4F | 2D |
| Octal | 30 | 212 | 317 | 130 | 41 | 0 | 23 | 313 | 117 | 55 |
| Binary | 11000 | 10001010 | 11001111 | 1011000 | 100001 | 0 | 10011 | 11001011 | 1001111 | 101101 |
Color Harmonies of #188ACF
Complementary color
Monochromatic Colors of #188ACF
Black with #188ACF
Text Example
Text Example
White with #188ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188ACF; }
p { color: rgb(24,138,207); }
H1.HeaderClassName
{
color: #188ACF;
}
.AnyTagClassName
{
color: #188ACF;
}
</style>
background-color css
<style>
a { background-color: #188ACF; }
a { background-color: rgb(24,138,207); }
div.DivClassName
{
background-color: #188ACF;
}
.BgClassName
{
background-color: #188ACF;
}
</style>
border-color css
<style>
span { border-color: #188ACF; }
span { border-color: rgb(24,138,207); }
td.TdClassName
{
border-color: #188ACF;
}
.TagClassName
{
border-color: #188ACF;
}
</style>