Shades of Maya Blue #67C8FD
Tints of Maya Blue #67C8FD
RGB
CMYK
RGB Variations
Color information
#67C8FD (or 0x67C8FD) is known color: Maya Blue. HEX triplet: 67, C8 and FD. RGB value is (103,200,253). Sum of RGB (Red+Green+Blue) = 103+200+253=556 (73% of max value = 765). Red value is 103 (40.62% from 255 or 18.53% from 556); Green value is 200 (78.52% from 255 or 35.97% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #67C8FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67C8FD is #983702. Grayscale: #B0B0B0. Windows color (decimal): -9975555 or 16631911. OLE color: 16631911.
HSL color Cylindrical-coordinate representation of color #67C8FD: hue angle of 201.2º 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 #67C8FD is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 103 | 200 | 253 | - |
| CMYK | 0.59 | 0.21 | 0 | 0.01 |
| HSL | 201.2º | 0.97% | 0.7% | - |
| HSV(B) | 201.2º | 0.59% | 0.99% | - |
| XYZ | 43.98 | 51.28 | 100.51 | - |
| YUV | 177.04 | 170.86 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 200 | 253 | 0.59 | 0.21 | 0 | 0.01 | 201.2 | 0.97 | 0.7 |
| Hex | 67 | C8 | FD | 3B | 15 | 0 | 1 | C9 | 61 | 46 |
| Octal | 147 | 310 | 375 | 73 | 25 | 0 | 1 | 311 | 141 | 106 |
| Binary | 1100111 | 11001000 | 11111101 | 111011 | 10101 | 0 | 1 | 11001001 | 1100001 | 1000110 |
Color Harmonies of #67C8FD
Complementary color
Monochromatic Colors of #67C8FD
Black with #67C8FD
Text Example
Text Example
White with #67C8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C8FD; }
p { color: rgb(103,200,253); }
H1.HeaderClassName
{
color: #67C8FD;
}
.AnyTagClassName
{
color: #67C8FD;
}
</style>
background-color css
<style>
a { background-color: #67C8FD; }
a { background-color: rgb(103,200,253); }
div.DivClassName
{
background-color: #67C8FD;
}
.BgClassName
{
background-color: #67C8FD;
}
</style>
border-color css
<style>
span { border-color: #67C8FD; }
span { border-color: rgb(103,200,253); }
td.TdClassName
{
border-color: #67C8FD;
}
.TagClassName
{
border-color: #67C8FD;
}
</style>