Shades of Maya Blue #6FD5FE
Tints of Maya Blue #6FD5FE
RGB
CMYK
RGB Variations
Color information
#6FD5FE (or 0x6FD5FE) is known color: Maya Blue. HEX triplet: 6F, D5 and FE. RGB value is (111,213,254). Sum of RGB (Red+Green+Blue) = 111+213+254=578 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.20% from 578); Green value is 213 (83.59% from 255 or 36.85% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #6FD5FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FD5FE is #902A01. Grayscale: #BABABA. Windows color (decimal): -9447938 or 16700783. OLE color: 16700783.
HSL color Cylindrical-coordinate representation of color #6FD5FE: hue angle of 197.2º 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 #6FD5FE is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 213 | 254 | - |
| CMYK | 0.56 | 0.16 | 0 | 0.00 |
| HSL | 197.2º | 0.99% | 0.72% | - |
| HSV(B) | 197.2º | 0.56% | 1% | - |
| XYZ | 48.24 | 58.12 | 102.44 | - |
| YUV | 187.18 | 165.71 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 213 | 254 | 0.56 | 0.16 | 0 | 0.00 | 197.2 | 0.99 | 0.72 |
| Hex | 6F | D5 | FE | 38 | 10 | 0 | 0 | C5 | 63 | 48 |
| Octal | 157 | 325 | 376 | 70 | 20 | 0 | 0 | 305 | 143 | 110 |
| Binary | 1101111 | 11010101 | 11111110 | 111000 | 10000 | 0 | 0 | 11000101 | 1100011 | 1001000 |
Color Harmonies of #6FD5FE
Complementary color
Monochromatic Colors of #6FD5FE
Black with #6FD5FE
Text Example
Text Example
White with #6FD5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD5FE; }
p { color: rgb(111,213,254); }
H1.HeaderClassName
{
color: #6FD5FE;
}
.AnyTagClassName
{
color: #6FD5FE;
}
</style>
background-color css
<style>
a { background-color: #6FD5FE; }
a { background-color: rgb(111,213,254); }
div.DivClassName
{
background-color: #6FD5FE;
}
.BgClassName
{
background-color: #6FD5FE;
}
</style>
border-color css
<style>
span { border-color: #6FD5FE; }
span { border-color: rgb(111,213,254); }
td.TdClassName
{
border-color: #6FD5FE;
}
.TagClassName
{
border-color: #6FD5FE;
}
</style>