Shades of Pacific Blue #018CDA
Tints of Pacific Blue #018CDA
RGB
CMYK
RGB Variations
Color information
#018CDA (or 0x018CDA) is known color: Pacific Blue. HEX triplet: 01, 8C and DA. RGB value is (1,140,218). Sum of RGB (Red+Green+Blue) = 1+140+218=359 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 359); Green value is 140 (55.08% from 255 or 39.00% from 359); Blue value is 218 (85.55% from 255 or 60.72% from 359); Max value from RGB is 218 - color contains mainly: blue. Hex color #018CDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018CDA is #FE7325. Grayscale: #6A6A6A. Windows color (decimal): -16675622 or 14322689. OLE color: 14322689.
HSL color Cylindrical-coordinate representation of color #018CDA: hue angle of 201.57º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018CDA is Cyan = 1.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 140 | 218 | - |
| CMYK | 1.00 | 0.36 | 0 | 0.15 |
| HSL | 201.57º | 0.99% | 0.43% | - |
| HSV(B) | 201.57º | 1% | 0.85% | - |
| XYZ | 22.05 | 23.82 | 69.77 | - |
| YUV | 107.33 | 190.45 | 52.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 140 | 218 | 1.00 | 0.36 | 0 | 0.15 | 201.57 | 0.99 | 0.43 |
| Hex | 1 | 8C | DA | 64 | 24 | 0 | F | CA | 63 | 2B |
| Octal | 1 | 214 | 332 | 144 | 44 | 0 | 17 | 312 | 143 | 53 |
| Binary | 1 | 10001100 | 11011010 | 1100100 | 100100 | 0 | 1111 | 11001010 | 1100011 | 101011 |
Color Harmonies of #018CDA
Complementary color
Monochromatic Colors of #018CDA
Black with #018CDA
Text Example
Text Example
White with #018CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018CDA; }
p { color: rgb(1,140,218); }
H1.HeaderClassName
{
color: #018CDA;
}
.AnyTagClassName
{
color: #018CDA;
}
</style>
background-color css
<style>
a { background-color: #018CDA; }
a { background-color: rgb(1,140,218); }
div.DivClassName
{
background-color: #018CDA;
}
.BgClassName
{
background-color: #018CDA;
}
</style>
border-color css
<style>
span { border-color: #018CDA; }
span { border-color: rgb(1,140,218); }
td.TdClassName
{
border-color: #018CDA;
}
.TagClassName
{
border-color: #018CDA;
}
</style>