Shades of Maya Blue #67ADFC
Tints of Maya Blue #67ADFC
RGB
CMYK
RGB Variations
Color information
#67ADFC (or 0x67ADFC) is known color: Maya Blue. HEX triplet: 67, AD and FC. RGB value is (103,173,252). Sum of RGB (Red+Green+Blue) = 103+173+252=528 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.51% from 528); Green value is 173 (67.97% from 255 or 32.77% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #67ADFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67ADFC is #985203. Grayscale: #A0A0A0. Windows color (decimal): -9982468 or 16559463. OLE color: 16559463.
HSL color Cylindrical-coordinate representation of color #67ADFC: hue angle of 211.81º degrees, saturation: 0.96, 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 #67ADFC is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 103 | 173 | 252 | - |
| CMYK | 0.59 | 0.31 | 0 | 0.01 |
| HSL | 211.81º | 0.96% | 0.7% | - |
| HSV(B) | 211.81º | 0.59% | 0.99% | - |
| XYZ | 38.11 | 39.8 | 97.77 | - |
| YUV | 161.08 | 179.31 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 173 | 252 | 0.59 | 0.31 | 0 | 0.01 | 211.81 | 0.96 | 0.7 |
| Hex | 67 | AD | FC | 3B | 1F | 0 | 1 | D4 | 60 | 46 |
| Octal | 147 | 255 | 374 | 73 | 37 | 0 | 1 | 324 | 140 | 106 |
| Binary | 1100111 | 10101101 | 11111100 | 111011 | 11111 | 0 | 1 | 11010100 | 1100000 | 1000110 |
Color Harmonies of #67ADFC
Complementary color
Monochromatic Colors of #67ADFC
Black with #67ADFC
Text Example
Text Example
White with #67ADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ADFC; }
p { color: rgb(103,173,252); }
H1.HeaderClassName
{
color: #67ADFC;
}
.AnyTagClassName
{
color: #67ADFC;
}
</style>
background-color css
<style>
a { background-color: #67ADFC; }
a { background-color: rgb(103,173,252); }
div.DivClassName
{
background-color: #67ADFC;
}
.BgClassName
{
background-color: #67ADFC;
}
</style>
border-color css
<style>
span { border-color: #67ADFC; }
span { border-color: rgb(103,173,252); }
td.TdClassName
{
border-color: #67ADFC;
}
.TagClassName
{
border-color: #67ADFC;
}
</style>