Shades of Dark Cyan #02858F
Tints of Dark Cyan #02858F
RGB
CMYK
RGB Variations
Color information
#02858F (or 0x02858F) is known color: Dark Cyan. HEX triplet: 02, 85 and 8F. RGB value is (2,133,143). Sum of RGB (Red+Green+Blue) = 2+133+143=278 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 278); Green value is 133 (52.34% from 255 or 47.84% from 278); Blue value is 143 (56.25% from 255 or 51.44% from 278); Max value from RGB is 143 - color contains mainly: blue. Hex color #02858F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02858F is #FD7A70. Grayscale: #5E5E5E. Windows color (decimal): -16611953 or 9405698. OLE color: 9405698.
HSL color Cylindrical-coordinate representation of color #02858F: hue angle of 184.26º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02858F is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 133 | 143 | - |
| CMYK | 0.99 | 0.07 | 0 | 0.44 |
| HSL | 184.26º | 0.97% | 0.28% | - |
| HSV(B) | 184.26º | 0.99% | 0.56% | - |
| XYZ | 13.37 | 18.77 | 28.91 | - |
| YUV | 94.97 | 155.1 | 61.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 133 | 143 | 0.99 | 0.07 | 0 | 0.44 | 184.26 | 0.97 | 0.28 |
| Hex | 2 | 85 | 8F | 63 | 7 | 0 | 2C | B8 | 61 | 1C |
| Octal | 2 | 205 | 217 | 143 | 7 | 0 | 54 | 270 | 141 | 34 |
| Binary | 10 | 10000101 | 10001111 | 1100011 | 111 | 0 | 101100 | 10111000 | 1100001 | 11100 |
Color Harmonies of #02858F
Complementary color
Monochromatic Colors of #02858F
Black with #02858F
Text Example
Text Example
White with #02858F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02858F; }
p { color: rgb(2,133,143); }
H1.HeaderClassName
{
color: #02858F;
}
.AnyTagClassName
{
color: #02858F;
}
</style>
background-color css
<style>
a { background-color: #02858F; }
a { background-color: rgb(2,133,143); }
div.DivClassName
{
background-color: #02858F;
}
.BgClassName
{
background-color: #02858F;
}
</style>
border-color css
<style>
span { border-color: #02858F; }
span { border-color: rgb(2,133,143); }
td.TdClassName
{
border-color: #02858F;
}
.TagClassName
{
border-color: #02858F;
}
</style>