Shades of Maya Blue #67B7F5
Tints of Maya Blue #67B7F5
RGB
CMYK
RGB Variations
Color information
#67B7F5 (or 0x67B7F5) is known color: Maya Blue. HEX triplet: 67, B7 and F5. RGB value is (103,183,245). Sum of RGB (Red+Green+Blue) = 103+183+245=531 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.40% from 531); Green value is 183 (71.88% from 255 or 34.46% from 531); Blue value is 245 (96.09% from 255 or 46.14% from 531); Max value from RGB is 245 - color contains mainly: blue. Hex color #67B7F5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67B7F5 is #98480A. Grayscale: #A5A5A5. Windows color (decimal): -9979915 or 16103271. OLE color: 16103271.
HSL color Cylindrical-coordinate representation of color #67B7F5: hue angle of 206.2º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #67B7F5 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 103 | 183 | 245 | - |
| CMYK | 0.58 | 0.25 | 0 | 0.04 |
| HSL | 206.2º | 0.88% | 0.68% | - |
| HSV(B) | 206.2º | 0.58% | 0.96% | - |
| XYZ | 39.01 | 43.34 | 92.7 | - |
| YUV | 166.15 | 172.5 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 183 | 245 | 0.58 | 0.25 | 0 | 0.04 | 206.2 | 0.88 | 0.68 |
| Hex | 67 | B7 | F5 | 3A | 19 | 0 | 4 | CE | 58 | 44 |
| Octal | 147 | 267 | 365 | 72 | 31 | 0 | 4 | 316 | 130 | 104 |
| Binary | 1100111 | 10110111 | 11110101 | 111010 | 11001 | 0 | 100 | 11001110 | 1011000 | 1000100 |
Color Harmonies of #67B7F5
Complementary color
Monochromatic Colors of #67B7F5
Black with #67B7F5
Text Example
Text Example
White with #67B7F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B7F5; }
p { color: rgb(103,183,245); }
H1.HeaderClassName
{
color: #67B7F5;
}
.AnyTagClassName
{
color: #67B7F5;
}
</style>
background-color css
<style>
a { background-color: #67B7F5; }
a { background-color: rgb(103,183,245); }
div.DivClassName
{
background-color: #67B7F5;
}
.BgClassName
{
background-color: #67B7F5;
}
</style>
border-color css
<style>
span { border-color: #67B7F5; }
span { border-color: rgb(103,183,245); }
td.TdClassName
{
border-color: #67B7F5;
}
.TagClassName
{
border-color: #67B7F5;
}
</style>