Shades of Pacific Blue #188FCB
Tints of Pacific Blue #188FCB
RGB
CMYK
RGB Variations
Color information
#188FCB (or 0x188FCB) is known color: Pacific Blue. HEX triplet: 18, 8F and CB. RGB value is (24,143,203). Sum of RGB (Red+Green+Blue) = 24+143+203=370 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.49% from 370); Green value is 143 (56.25% from 255 or 38.65% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #188FCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188FCB is #E77034. Grayscale: #717171. Windows color (decimal): -15167541 or 13340440. OLE color: 13340440.
HSL color Cylindrical-coordinate representation of color #188FCB: hue angle of 200.11º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #188FCB is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 143 | 203 | - |
| CMYK | 0.88 | 0.30 | 0 | 0.20 |
| HSL | 200.11º | 0.79% | 0.45% | - |
| HSV(B) | 200.11º | 0.88% | 0.8% | - |
| XYZ | 20.98 | 24.15 | 60.06 | - |
| YUV | 114.26 | 178.08 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 143 | 203 | 0.88 | 0.30 | 0 | 0.20 | 200.11 | 0.79 | 0.45 |
| Hex | 18 | 8F | CB | 58 | 1E | 0 | 14 | C8 | 4F | 2D |
| Octal | 30 | 217 | 313 | 130 | 36 | 0 | 24 | 310 | 117 | 55 |
| Binary | 11000 | 10001111 | 11001011 | 1011000 | 11110 | 0 | 10100 | 11001000 | 1001111 | 101101 |
Color Harmonies of #188FCB
Complementary color
Monochromatic Colors of #188FCB
Black with #188FCB
Text Example
Text Example
White with #188FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188FCB; }
p { color: rgb(24,143,203); }
H1.HeaderClassName
{
color: #188FCB;
}
.AnyTagClassName
{
color: #188FCB;
}
</style>
background-color css
<style>
a { background-color: #188FCB; }
a { background-color: rgb(24,143,203); }
div.DivClassName
{
background-color: #188FCB;
}
.BgClassName
{
background-color: #188FCB;
}
</style>
border-color css
<style>
span { border-color: #188FCB; }
span { border-color: rgb(24,143,203); }
td.TdClassName
{
border-color: #188FCB;
}
.TagClassName
{
border-color: #188FCB;
}
</style>