Shades of Maya Blue #67ACFF
Tints of Maya Blue #67ACFF
RGB
CMYK
RGB Variations
Color information
#67ACFF (or 0x67ACFF) is known color: Maya Blue. HEX triplet: 67, AC and FF. RGB value is (103,172,255). Sum of RGB (Red+Green+Blue) = 103+172+255=530 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.43% from 530); Green value is 172 (67.58% from 255 or 32.45% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #67ACFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67ACFF is #985300. Grayscale: #A0A0A0. Windows color (decimal): -9982721 or 16755815. OLE color: 16755815.
HSL color Cylindrical-coordinate representation of color #67ACFF: hue angle of 212.76º 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 #67ACFF is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 172 | 255 | - |
| CMYK | 0.60 | 0.33 | 0 | 0 |
| HSL | 212.76º | 1% | 0.7% | - |
| HSV(B) | 212.76º | 0.6% | 1% | - |
| XYZ | 38.4 | 39.61 | 100.23 | - |
| YUV | 160.83 | 181.14 | 86.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 172 | 255 | 0.60 | 0.33 | 0 | 0 | 212.76 | 1 | 0.7 |
| Hex | 67 | AC | FF | 3C | 21 | 0 | 0 | D5 | 64 | 46 |
| Octal | 147 | 254 | 377 | 74 | 41 | 0 | 0 | 325 | 144 | 106 |
| Binary | 1100111 | 10101100 | 11111111 | 111100 | 100001 | 0 | 0 | 11010101 | 1100100 | 1000110 |
Color Harmonies of #67ACFF
Complementary color
Monochromatic Colors of #67ACFF
Black with #67ACFF
Text Example
Text Example
White with #67ACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ACFF; }
p { color: rgb(103,172,255); }
H1.HeaderClassName
{
color: #67ACFF;
}
.AnyTagClassName
{
color: #67ACFF;
}
</style>
background-color css
<style>
a { background-color: #67ACFF; }
a { background-color: rgb(103,172,255); }
div.DivClassName
{
background-color: #67ACFF;
}
.BgClassName
{
background-color: #67ACFF;
}
</style>
border-color css
<style>
span { border-color: #67ACFF; }
span { border-color: rgb(103,172,255); }
td.TdClassName
{
border-color: #67ACFF;
}
.TagClassName
{
border-color: #67ACFF;
}
</style>