Shades of Maya Blue #67ADFF
Tints of Maya Blue #67ADFF
RGB
CMYK
RGB Variations
Color information
#67ADFF (or 0x67ADFF) is known color: Maya Blue. HEX triplet: 67, AD and FF. RGB value is (103,173,255). Sum of RGB (Red+Green+Blue) = 103+173+255=531 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.40% from 531); Green value is 173 (67.97% from 255 or 32.58% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #67ADFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67ADFF is #985200. Grayscale: #A1A1A1. Windows color (decimal): -9982465 or 16756071. OLE color: 16756071.
HSL color Cylindrical-coordinate representation of color #67ADFF: hue angle of 212.37º 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 #67ADFF is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 173 | 255 | - |
| CMYK | 0.60 | 0.32 | 0 | 0 |
| HSL | 212.37º | 1% | 0.7% | - |
| HSV(B) | 212.37º | 0.6% | 1% | - |
| XYZ | 38.59 | 39.99 | 100.29 | - |
| YUV | 161.42 | 180.81 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 173 | 255 | 0.60 | 0.32 | 0 | 0 | 212.37 | 1 | 0.7 |
| Hex | 67 | AD | FF | 3C | 20 | 0 | 0 | D4 | 64 | 46 |
| Octal | 147 | 255 | 377 | 74 | 40 | 0 | 0 | 324 | 144 | 106 |
| Binary | 1100111 | 10101101 | 11111111 | 111100 | 100000 | 0 | 0 | 11010100 | 1100100 | 1000110 |
Color Harmonies of #67ADFF
Complementary color
Monochromatic Colors of #67ADFF
Black with #67ADFF
Text Example
Text Example
White with #67ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ADFF; }
p { color: rgb(103,173,255); }
H1.HeaderClassName
{
color: #67ADFF;
}
.AnyTagClassName
{
color: #67ADFF;
}
</style>
background-color css
<style>
a { background-color: #67ADFF; }
a { background-color: rgb(103,173,255); }
div.DivClassName
{
background-color: #67ADFF;
}
.BgClassName
{
background-color: #67ADFF;
}
</style>
border-color css
<style>
span { border-color: #67ADFF; }
span { border-color: rgb(103,173,255); }
td.TdClassName
{
border-color: #67ADFF;
}
.TagClassName
{
border-color: #67ADFF;
}
</style>