Shades of Maya Blue #6FD8FF
Tints of Maya Blue #6FD8FF
RGB
CMYK
RGB Variations
Color information
#6FD8FF (or 0x6FD8FF) is known color: Maya Blue. HEX triplet: 6F, D8 and FF. RGB value is (111,216,255). Sum of RGB (Red+Green+Blue) = 111+216+255=582 (77% of max value = 765). Red value is 111 (43.75% from 255 or 19.07% from 582); Green value is 216 (84.77% from 255 or 37.11% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #6FD8FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FD8FF is #902700. Grayscale: #BCBCBC. Windows color (decimal): -9447169 or 16767087. OLE color: 16767087.
HSL color Cylindrical-coordinate representation of color #6FD8FF: hue angle of 196.25º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FD8FF is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 216 | 255 | - |
| CMYK | 0.56 | 0.15 | 0 | 0 |
| HSL | 196.25º | 1% | 0.72% | - |
| HSV(B) | 196.25º | 0.56% | 1% | - |
| XYZ | 49.16 | 59.71 | 103.54 | - |
| YUV | 189.05 | 165.21 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 216 | 255 | 0.56 | 0.15 | 0 | 0 | 196.25 | 1 | 0.72 |
| Hex | 6F | D8 | FF | 38 | F | 0 | 0 | C4 | 64 | 48 |
| Octal | 157 | 330 | 377 | 70 | 17 | 0 | 0 | 304 | 144 | 110 |
| Binary | 1101111 | 11011000 | 11111111 | 111000 | 1111 | 0 | 0 | 11000100 | 1100100 | 1001000 |
Color Harmonies of #6FD8FF
Complementary color
Monochromatic Colors of #6FD8FF
Black with #6FD8FF
Text Example
Text Example
White with #6FD8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD8FF; }
p { color: rgb(111,216,255); }
H1.HeaderClassName
{
color: #6FD8FF;
}
.AnyTagClassName
{
color: #6FD8FF;
}
</style>
background-color css
<style>
a { background-color: #6FD8FF; }
a { background-color: rgb(111,216,255); }
div.DivClassName
{
background-color: #6FD8FF;
}
.BgClassName
{
background-color: #6FD8FF;
}
</style>
border-color css
<style>
span { border-color: #6FD8FF; }
span { border-color: rgb(111,216,255); }
td.TdClassName
{
border-color: #6FD8FF;
}
.TagClassName
{
border-color: #6FD8FF;
}
</style>