Shades of Maya Blue #6FCCFB
Tints of Maya Blue #6FCCFB
RGB
CMYK
RGB Variations
Color information
#6FCCFB (or 0x6FCCFB) is known color: Maya Blue. HEX triplet: 6F, CC and FB. RGB value is (111,204,251). Sum of RGB (Red+Green+Blue) = 111+204+251=566 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.61% from 566); Green value is 204 (80.08% from 255 or 36.04% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 251 - color contains mainly: blue. Hex color #6FCCFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCCFB is #903304. Grayscale: #B5B5B5. Windows color (decimal): -9450245 or 16501871. OLE color: 16501871.
HSL color Cylindrical-coordinate representation of color #6FCCFB: hue angle of 200.14º degrees, saturation: 0.95, 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 #6FCCFB is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 204 | 251 | - |
| CMYK | 0.56 | 0.19 | 0 | 0.02 |
| HSL | 200.14º | 0.95% | 0.71% | - |
| HSV(B) | 200.14º | 0.56% | 0.98% | - |
| XYZ | 45.56 | 53.53 | 99.2 | - |
| YUV | 181.55 | 167.19 | 77.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 204 | 251 | 0.56 | 0.19 | 0 | 0.02 | 200.14 | 0.95 | 0.71 |
| Hex | 6F | CC | FB | 38 | 13 | 0 | 2 | C8 | 5F | 47 |
| Octal | 157 | 314 | 373 | 70 | 23 | 0 | 2 | 310 | 137 | 107 |
| Binary | 1101111 | 11001100 | 11111011 | 111000 | 10011 | 0 | 10 | 11001000 | 1011111 | 1000111 |
Color Harmonies of #6FCCFB
Complementary color
Monochromatic Colors of #6FCCFB
Black with #6FCCFB
Text Example
Text Example
White with #6FCCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCCFB; }
p { color: rgb(111,204,251); }
H1.HeaderClassName
{
color: #6FCCFB;
}
.AnyTagClassName
{
color: #6FCCFB;
}
</style>
background-color css
<style>
a { background-color: #6FCCFB; }
a { background-color: rgb(111,204,251); }
div.DivClassName
{
background-color: #6FCCFB;
}
.BgClassName
{
background-color: #6FCCFB;
}
</style>
border-color css
<style>
span { border-color: #6FCCFB; }
span { border-color: rgb(111,204,251); }
td.TdClassName
{
border-color: #6FCCFB;
}
.TagClassName
{
border-color: #6FCCFB;
}
</style>