Shades of Maya Blue #6FCCFA
Tints of Maya Blue #6FCCFA
RGB
CMYK
RGB Variations
Color information
#6FCCFA (or 0x6FCCFA) is known color: Maya Blue. HEX triplet: 6F, CC and FA. RGB value is (111,204,250). Sum of RGB (Red+Green+Blue) = 111+204+250=565 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.65% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #6FCCFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCCFA is #903305. Grayscale: #B5B5B5. Windows color (decimal): -9450246 or 16436335. OLE color: 16436335.
HSL color Cylindrical-coordinate representation of color #6FCCFA: hue angle of 199.86º 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 #6FCCFA is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 204 | 250 | - |
| CMYK | 0.56 | 0.18 | 0 | 0.02 |
| HSL | 199.86º | 0.93% | 0.71% | - |
| HSV(B) | 199.86º | 0.56% | 0.98% | - |
| XYZ | 45.4 | 53.47 | 98.37 | - |
| YUV | 181.44 | 166.69 | 77.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 204 | 250 | 0.56 | 0.18 | 0 | 0.02 | 199.86 | 0.93 | 0.71 |
| Hex | 6F | CC | FA | 38 | 12 | 0 | 2 | C8 | 5D | 47 |
| Octal | 157 | 314 | 372 | 70 | 22 | 0 | 2 | 310 | 135 | 107 |
| Binary | 1101111 | 11001100 | 11111010 | 111000 | 10010 | 0 | 10 | 11001000 | 1011101 | 1000111 |
Color Harmonies of #6FCCFA
Complementary color
Monochromatic Colors of #6FCCFA
Black with #6FCCFA
Text Example
Text Example
White with #6FCCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCCFA; }
p { color: rgb(111,204,250); }
H1.HeaderClassName
{
color: #6FCCFA;
}
.AnyTagClassName
{
color: #6FCCFA;
}
</style>
background-color css
<style>
a { background-color: #6FCCFA; }
a { background-color: rgb(111,204,250); }
div.DivClassName
{
background-color: #6FCCFA;
}
.BgClassName
{
background-color: #6FCCFA;
}
</style>
border-color css
<style>
span { border-color: #6FCCFA; }
span { border-color: rgb(111,204,250); }
td.TdClassName
{
border-color: #6FCCFA;
}
.TagClassName
{
border-color: #6FCCFA;
}
</style>