Shades of Maya Blue #67B7FF
Tints of Maya Blue #67B7FF
RGB
CMYK
RGB Variations
Color information
#67B7FF (or 0x67B7FF) is known color: Maya Blue. HEX triplet: 67, B7 and FF. RGB value is (103,183,255). Sum of RGB (Red+Green+Blue) = 103+183+255=541 (71% of max value = 765). Red value is 103 (40.62% from 255 or 19.04% from 541); Green value is 183 (71.88% from 255 or 33.83% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #67B7FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67B7FF is #984800. Grayscale: #A6A6A6. Windows color (decimal): -9979905 or 16758631. OLE color: 16758631.
HSL color Cylindrical-coordinate representation of color #67B7FF: hue angle of 208.42º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #67B7FF is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 183 | 255 | - |
| CMYK | 0.60 | 0.28 | 0 | 0 |
| HSL | 208.42º | 1% | 0.7% | - |
| HSV(B) | 208.42º | 0.6% | 1% | - |
| XYZ | 40.58 | 43.97 | 100.96 | - |
| YUV | 167.29 | 177.5 | 82.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 183 | 255 | 0.60 | 0.28 | 0 | 0 | 208.42 | 1 | 0.7 |
| Hex | 67 | B7 | FF | 3C | 1C | 0 | 0 | D0 | 64 | 46 |
| Octal | 147 | 267 | 377 | 74 | 34 | 0 | 0 | 320 | 144 | 106 |
| Binary | 1100111 | 10110111 | 11111111 | 111100 | 11100 | 0 | 0 | 11010000 | 1100100 | 1000110 |
Color Harmonies of #67B7FF
Complementary color
Monochromatic Colors of #67B7FF
Black with #67B7FF
Text Example
Text Example
White with #67B7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B7FF; }
p { color: rgb(103,183,255); }
H1.HeaderClassName
{
color: #67B7FF;
}
.AnyTagClassName
{
color: #67B7FF;
}
</style>
background-color css
<style>
a { background-color: #67B7FF; }
a { background-color: rgb(103,183,255); }
div.DivClassName
{
background-color: #67B7FF;
}
.BgClassName
{
background-color: #67B7FF;
}
</style>
border-color css
<style>
span { border-color: #67B7FF; }
span { border-color: rgb(103,183,255); }
td.TdClassName
{
border-color: #67B7FF;
}
.TagClassName
{
border-color: #67B7FF;
}
</style>