Shades of Maya Blue #6FCCFE
Tints of Maya Blue #6FCCFE
RGB
CMYK
RGB Variations
Color information
#6FCCFE (or 0x6FCCFE) is known color: Maya Blue. HEX triplet: 6F, CC and FE. RGB value is (111,204,254). Sum of RGB (Red+Green+Blue) = 111+204+254=569 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.51% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #6FCCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCCFE is #903301. Grayscale: #B5B5B5. Windows color (decimal): -9450242 or 16698479. OLE color: 16698479.
HSL color Cylindrical-coordinate representation of color #6FCCFE: hue angle of 200.98º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FCCFE is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 204 | 254 | - |
| CMYK | 0.56 | 0.20 | 0 | 0.00 |
| HSL | 200.98º | 0.99% | 0.72% | - |
| HSV(B) | 200.98º | 0.56% | 1% | - |
| XYZ | 46.04 | 53.72 | 101.71 | - |
| YUV | 181.89 | 168.69 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 204 | 254 | 0.56 | 0.20 | 0 | 0.00 | 200.98 | 0.99 | 0.72 |
| Hex | 6F | CC | FE | 38 | 14 | 0 | 0 | C9 | 63 | 48 |
| Octal | 157 | 314 | 376 | 70 | 24 | 0 | 0 | 311 | 143 | 110 |
| Binary | 1101111 | 11001100 | 11111110 | 111000 | 10100 | 0 | 0 | 11001001 | 1100011 | 1001000 |
Color Harmonies of #6FCCFE
Complementary color
Monochromatic Colors of #6FCCFE
Black with #6FCCFE
Text Example
Text Example
White with #6FCCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCCFE; }
p { color: rgb(111,204,254); }
H1.HeaderClassName
{
color: #6FCCFE;
}
.AnyTagClassName
{
color: #6FCCFE;
}
</style>
background-color css
<style>
a { background-color: #6FCCFE; }
a { background-color: rgb(111,204,254); }
div.DivClassName
{
background-color: #6FCCFE;
}
.BgClassName
{
background-color: #6FCCFE;
}
</style>
border-color css
<style>
span { border-color: #6FCCFE; }
span { border-color: rgb(111,204,254); }
td.TdClassName
{
border-color: #6FCCFE;
}
.TagClassName
{
border-color: #6FCCFE;
}
</style>