Shades of Maya Blue #67D4FC
Tints of Maya Blue #67D4FC
RGB
CMYK
RGB Variations
Color information
#67D4FC (or 0x67D4FC) is known color: Maya Blue. HEX triplet: 67, D4 and FC. RGB value is (103,212,252). Sum of RGB (Red+Green+Blue) = 103+212+252=567 (75% of max value = 765). Red value is 103 (40.62% from 255 or 18.17% from 567); Green value is 212 (83.20% from 255 or 37.39% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #67D4FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67D4FC is #982B03. Grayscale: #B7B7B7. Windows color (decimal): -9972484 or 16569447. OLE color: 16569447.
HSL color Cylindrical-coordinate representation of color #67D4FC: hue angle of 196.11º 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 #67D4FC is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 103 | 212 | 252 | - |
| CMYK | 0.59 | 0.16 | 0 | 0.01 |
| HSL | 196.11º | 0.96% | 0.7% | - |
| HSV(B) | 196.11º | 0.59% | 0.99% | - |
| XYZ | 46.71 | 57 | 100.64 | - |
| YUV | 183.97 | 166.39 | 70.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 212 | 252 | 0.59 | 0.16 | 0 | 0.01 | 196.11 | 0.96 | 0.7 |
| Hex | 67 | D4 | FC | 3B | 10 | 0 | 1 | C4 | 60 | 46 |
| Octal | 147 | 324 | 374 | 73 | 20 | 0 | 1 | 304 | 140 | 106 |
| Binary | 1100111 | 11010100 | 11111100 | 111011 | 10000 | 0 | 1 | 11000100 | 1100000 | 1000110 |
Color Harmonies of #67D4FC
Complementary color
Monochromatic Colors of #67D4FC
Black with #67D4FC
Text Example
Text Example
White with #67D4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D4FC; }
p { color: rgb(103,212,252); }
H1.HeaderClassName
{
color: #67D4FC;
}
.AnyTagClassName
{
color: #67D4FC;
}
</style>
background-color css
<style>
a { background-color: #67D4FC; }
a { background-color: rgb(103,212,252); }
div.DivClassName
{
background-color: #67D4FC;
}
.BgClassName
{
background-color: #67D4FC;
}
</style>
border-color css
<style>
span { border-color: #67D4FC; }
span { border-color: rgb(103,212,252); }
td.TdClassName
{
border-color: #67D4FC;
}
.TagClassName
{
border-color: #67D4FC;
}
</style>