Shades of Maya Blue #67C8F0
Tints of Maya Blue #67C8F0
RGB
CMYK
RGB Variations
Color information
#67C8F0 (or 0x67C8F0) is known color: Maya Blue. HEX triplet: 67, C8 and F0. RGB value is (103,200,240). Sum of RGB (Red+Green+Blue) = 103+200+240=543 (71% of max value = 765). Red value is 103 (40.62% from 255 or 18.97% from 543); Green value is 200 (78.52% from 255 or 36.83% from 543); Blue value is 240 (94.14% from 255 or 44.20% from 543); Max value from RGB is 240 - color contains mainly: blue. Hex color #67C8F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67C8F0 is #98370F. Grayscale: #AFAFAF. Windows color (decimal): -9975568 or 15779943. OLE color: 15779943.
HSL color Cylindrical-coordinate representation of color #67C8F0: hue angle of 197.52º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67C8F0 is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 103 | 200 | 240 | - |
| CMYK | 0.57 | 0.17 | 0 | 0.06 |
| HSL | 197.52º | 0.82% | 0.67% | - |
| HSV(B) | 197.52º | 0.57% | 0.94% | - |
| XYZ | 41.98 | 50.48 | 89.97 | - |
| YUV | 175.56 | 164.36 | 76.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 200 | 240 | 0.57 | 0.17 | 0 | 0.06 | 197.52 | 0.82 | 0.67 |
| Hex | 67 | C8 | F0 | 39 | 11 | 0 | 6 | C6 | 52 | 43 |
| Octal | 147 | 310 | 360 | 71 | 21 | 0 | 6 | 306 | 122 | 103 |
| Binary | 1100111 | 11001000 | 11110000 | 111001 | 10001 | 0 | 110 | 11000110 | 1010010 | 1000011 |
Color Harmonies of #67C8F0
Complementary color
Monochromatic Colors of #67C8F0
Black with #67C8F0
Text Example
Text Example
White with #67C8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C8F0; }
p { color: rgb(103,200,240); }
H1.HeaderClassName
{
color: #67C8F0;
}
.AnyTagClassName
{
color: #67C8F0;
}
</style>
background-color css
<style>
a { background-color: #67C8F0; }
a { background-color: rgb(103,200,240); }
div.DivClassName
{
background-color: #67C8F0;
}
.BgClassName
{
background-color: #67C8F0;
}
</style>
border-color css
<style>
span { border-color: #67C8F0; }
span { border-color: rgb(103,200,240); }
td.TdClassName
{
border-color: #67C8F0;
}
.TagClassName
{
border-color: #67C8F0;
}
</style>