Shades of Maya Blue #6FD4FA
Tints of Maya Blue #6FD4FA
RGB
CMYK
RGB Variations
Color information
#6FD4FA (or 0x6FD4FA) is known color: Maya Blue. HEX triplet: 6F, D4 and FA. RGB value is (111,212,250). Sum of RGB (Red+Green+Blue) = 111+212+250=573 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.37% from 573); Green value is 212 (83.20% from 255 or 37.00% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #6FD4FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FD4FA is #902B05. Grayscale: #B9B9B9. Windows color (decimal): -9448198 or 16438383. OLE color: 16438383.
HSL color Cylindrical-coordinate representation of color #6FD4FA: hue angle of 196.4º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FD4FA is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 212 | 250 | - |
| CMYK | 0.56 | 0.15 | 0 | 0.02 |
| HSL | 196.4º | 0.93% | 0.71% | - |
| HSV(B) | 196.4º | 0.56% | 0.98% | - |
| XYZ | 47.35 | 57.37 | 99.02 | - |
| YUV | 186.13 | 164.04 | 74.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 212 | 250 | 0.56 | 0.15 | 0 | 0.02 | 196.4 | 0.93 | 0.71 |
| Hex | 6F | D4 | FA | 38 | F | 0 | 2 | C4 | 5D | 47 |
| Octal | 157 | 324 | 372 | 70 | 17 | 0 | 2 | 304 | 135 | 107 |
| Binary | 1101111 | 11010100 | 11111010 | 111000 | 1111 | 0 | 10 | 11000100 | 1011101 | 1000111 |
Color Harmonies of #6FD4FA
Complementary color
Monochromatic Colors of #6FD4FA
Black with #6FD4FA
Text Example
Text Example
White with #6FD4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD4FA; }
p { color: rgb(111,212,250); }
H1.HeaderClassName
{
color: #6FD4FA;
}
.AnyTagClassName
{
color: #6FD4FA;
}
</style>
background-color css
<style>
a { background-color: #6FD4FA; }
a { background-color: rgb(111,212,250); }
div.DivClassName
{
background-color: #6FD4FA;
}
.BgClassName
{
background-color: #6FD4FA;
}
</style>
border-color css
<style>
span { border-color: #6FD4FA; }
span { border-color: rgb(111,212,250); }
td.TdClassName
{
border-color: #6FD4FA;
}
.TagClassName
{
border-color: #6FD4FA;
}
</style>