Shades of Maya Blue #67ABFD
Tints of Maya Blue #67ABFD
RGB
CMYK
RGB Variations
Color information
#67ABFD (or 0x67ABFD) is known color: Maya Blue. HEX triplet: 67, AB and FD. RGB value is (103,171,253). Sum of RGB (Red+Green+Blue) = 103+171+253=527 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.54% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #67ABFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67ABFD is #985402. Grayscale: #9F9F9F. Windows color (decimal): -9982979 or 16624487. OLE color: 16624487.
HSL color Cylindrical-coordinate representation of color #67ABFD: hue angle of 212.8º degrees, saturation: 0.97, 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 #67ABFD is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 103 | 171 | 253 | - |
| CMYK | 0.59 | 0.32 | 0 | 0.01 |
| HSL | 212.8º | 0.97% | 0.7% | - |
| HSV(B) | 212.8º | 0.59% | 0.99% | - |
| XYZ | 37.89 | 39.1 | 98.48 | - |
| YUV | 160.02 | 180.47 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 171 | 253 | 0.59 | 0.32 | 0 | 0.01 | 212.8 | 0.97 | 0.7 |
| Hex | 67 | AB | FD | 3B | 20 | 0 | 1 | D5 | 61 | 46 |
| Octal | 147 | 253 | 375 | 73 | 40 | 0 | 1 | 325 | 141 | 106 |
| Binary | 1100111 | 10101011 | 11111101 | 111011 | 100000 | 0 | 1 | 11010101 | 1100001 | 1000110 |
Color Harmonies of #67ABFD
Complementary color
Monochromatic Colors of #67ABFD
Black with #67ABFD
Text Example
Text Example
White with #67ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ABFD; }
p { color: rgb(103,171,253); }
H1.HeaderClassName
{
color: #67ABFD;
}
.AnyTagClassName
{
color: #67ABFD;
}
</style>
background-color css
<style>
a { background-color: #67ABFD; }
a { background-color: rgb(103,171,253); }
div.DivClassName
{
background-color: #67ABFD;
}
.BgClassName
{
background-color: #67ABFD;
}
</style>
border-color css
<style>
span { border-color: #67ABFD; }
span { border-color: rgb(103,171,253); }
td.TdClassName
{
border-color: #67ABFD;
}
.TagClassName
{
border-color: #67ABFD;
}
</style>