Shades of Maya Blue #67C0FD
Tints of Maya Blue #67C0FD
RGB
CMYK
RGB Variations
Color information
#67C0FD (or 0x67C0FD) is known color: Maya Blue. HEX triplet: 67, C0 and FD. RGB value is (103,192,253). Sum of RGB (Red+Green+Blue) = 103+192+253=548 (72% of max value = 765). Red value is 103 (40.62% from 255 or 18.80% from 548); Green value is 192 (75.39% from 255 or 35.04% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 253 - color contains mainly: blue. Hex color #67C0FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67C0FD is #983F02. Grayscale: #ACACAC. Windows color (decimal): -9977603 or 16629863. OLE color: 16629863.
HSL color Cylindrical-coordinate representation of color #67C0FD: hue angle of 204.4º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67C0FD is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 103 | 192 | 253 | - |
| CMYK | 0.59 | 0.24 | 0 | 0.01 |
| HSL | 204.4º | 0.97% | 0.7% | - |
| HSV(B) | 204.4º | 0.59% | 0.99% | - |
| XYZ | 42.17 | 47.67 | 99.91 | - |
| YUV | 172.34 | 173.51 | 78.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 192 | 253 | 0.59 | 0.24 | 0 | 0.01 | 204.4 | 0.97 | 0.7 |
| Hex | 67 | C0 | FD | 3B | 18 | 0 | 1 | CC | 61 | 46 |
| Octal | 147 | 300 | 375 | 73 | 30 | 0 | 1 | 314 | 141 | 106 |
| Binary | 1100111 | 11000000 | 11111101 | 111011 | 11000 | 0 | 1 | 11001100 | 1100001 | 1000110 |
Color Harmonies of #67C0FD
Complementary color
Monochromatic Colors of #67C0FD
Black with #67C0FD
Text Example
Text Example
White with #67C0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C0FD; }
p { color: rgb(103,192,253); }
H1.HeaderClassName
{
color: #67C0FD;
}
.AnyTagClassName
{
color: #67C0FD;
}
</style>
background-color css
<style>
a { background-color: #67C0FD; }
a { background-color: rgb(103,192,253); }
div.DivClassName
{
background-color: #67C0FD;
}
.BgClassName
{
background-color: #67C0FD;
}
</style>
border-color css
<style>
span { border-color: #67C0FD; }
span { border-color: rgb(103,192,253); }
td.TdClassName
{
border-color: #67C0FD;
}
.TagClassName
{
border-color: #67C0FD;
}
</style>