Shades of Maya Blue #67ADFE
Tints of Maya Blue #67ADFE
RGB
CMYK
RGB Variations
Color information
#67ADFE (or 0x67ADFE) is known color: Maya Blue. HEX triplet: 67, AD and FE. RGB value is (103,173,254). Sum of RGB (Red+Green+Blue) = 103+173+254=530 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.43% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #67ADFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67ADFE is #985201. Grayscale: #A0A0A0. Windows color (decimal): -9982466 or 16690535. OLE color: 16690535.
HSL color Cylindrical-coordinate representation of color #67ADFE: hue angle of 212.19º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67ADFE is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 103 | 173 | 254 | - |
| CMYK | 0.59 | 0.32 | 0 | 0.00 |
| HSL | 212.19º | 0.99% | 0.7% | - |
| HSV(B) | 212.19º | 0.59% | 1% | - |
| XYZ | 38.43 | 39.93 | 99.45 | - |
| YUV | 161.3 | 180.31 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 173 | 254 | 0.59 | 0.32 | 0 | 0.00 | 212.19 | 0.99 | 0.7 |
| Hex | 67 | AD | FE | 3B | 20 | 0 | 0 | D4 | 63 | 46 |
| Octal | 147 | 255 | 376 | 73 | 40 | 0 | 0 | 324 | 143 | 106 |
| Binary | 1100111 | 10101101 | 11111110 | 111011 | 100000 | 0 | 0 | 11010100 | 1100011 | 1000110 |
Color Harmonies of #67ADFE
Complementary color
Monochromatic Colors of #67ADFE
Black with #67ADFE
Text Example
Text Example
White with #67ADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ADFE; }
p { color: rgb(103,173,254); }
H1.HeaderClassName
{
color: #67ADFE;
}
.AnyTagClassName
{
color: #67ADFE;
}
</style>
background-color css
<style>
a { background-color: #67ADFE; }
a { background-color: rgb(103,173,254); }
div.DivClassName
{
background-color: #67ADFE;
}
.BgClassName
{
background-color: #67ADFE;
}
</style>
border-color css
<style>
span { border-color: #67ADFE; }
span { border-color: rgb(103,173,254); }
td.TdClassName
{
border-color: #67ADFE;
}
.TagClassName
{
border-color: #67ADFE;
}
</style>