Shades of Maya Blue #6FD0FF
Tints of Maya Blue #6FD0FF
RGB
CMYK
RGB Variations
Color information
#6FD0FF (or 0x6FD0FF) is known color: Maya Blue. HEX triplet: 6F, D0 and FF. RGB value is (111,208,255). Sum of RGB (Red+Green+Blue) = 111+208+255=574 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.34% from 574); Green value is 208 (81.64% from 255 or 36.24% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #6FD0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FD0FF is #902F00. Grayscale: #B8B8B8. Windows color (decimal): -9449217 or 16765039. OLE color: 16765039.
HSL color Cylindrical-coordinate representation of color #6FD0FF: hue angle of 199.58º 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 #6FD0FF is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 208 | 255 | - |
| CMYK | 0.56 | 0.18 | 0 | 0 |
| HSL | 199.58º | 1% | 0.72% | - |
| HSV(B) | 199.58º | 0.56% | 1% | - |
| XYZ | 47.16 | 55.71 | 102.88 | - |
| YUV | 184.36 | 167.86 | 75.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 208 | 255 | 0.56 | 0.18 | 0 | 0 | 199.58 | 1 | 0.72 |
| Hex | 6F | D0 | FF | 38 | 12 | 0 | 0 | C8 | 64 | 48 |
| Octal | 157 | 320 | 377 | 70 | 22 | 0 | 0 | 310 | 144 | 110 |
| Binary | 1101111 | 11010000 | 11111111 | 111000 | 10010 | 0 | 0 | 11001000 | 1100100 | 1001000 |
Color Harmonies of #6FD0FF
Complementary color
Monochromatic Colors of #6FD0FF
Black with #6FD0FF
Text Example
Text Example
White with #6FD0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD0FF; }
p { color: rgb(111,208,255); }
H1.HeaderClassName
{
color: #6FD0FF;
}
.AnyTagClassName
{
color: #6FD0FF;
}
</style>
background-color css
<style>
a { background-color: #6FD0FF; }
a { background-color: rgb(111,208,255); }
div.DivClassName
{
background-color: #6FD0FF;
}
.BgClassName
{
background-color: #6FD0FF;
}
</style>
border-color css
<style>
span { border-color: #6FD0FF; }
span { border-color: rgb(111,208,255); }
td.TdClassName
{
border-color: #6FD0FF;
}
.TagClassName
{
border-color: #6FD0FF;
}
</style>