Shades of Maya Blue #6FD4FE
Tints of Maya Blue #6FD4FE
RGB
CMYK
RGB Variations
Color information
#6FD4FE (or 0x6FD4FE) is known color: Maya Blue. HEX triplet: 6F, D4 and FE. RGB value is (111,212,254). Sum of RGB (Red+Green+Blue) = 111+212+254=577 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.24% from 577); Green value is 212 (83.20% from 255 or 36.74% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #6FD4FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FD4FE is #902B01. Grayscale: #BABABA. Windows color (decimal): -9448194 or 16700527. OLE color: 16700527.
HSL color Cylindrical-coordinate representation of color #6FD4FE: hue angle of 197.62º 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 #6FD4FE is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 212 | 254 | - |
| CMYK | 0.56 | 0.17 | 0 | 0.00 |
| HSL | 197.62º | 0.99% | 0.72% | - |
| HSV(B) | 197.62º | 0.56% | 1% | - |
| XYZ | 47.99 | 57.62 | 102.36 | - |
| YUV | 186.59 | 166.04 | 74.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 212 | 254 | 0.56 | 0.17 | 0 | 0.00 | 197.62 | 0.99 | 0.72 |
| Hex | 6F | D4 | FE | 38 | 11 | 0 | 0 | C6 | 63 | 48 |
| Octal | 157 | 324 | 376 | 70 | 21 | 0 | 0 | 306 | 143 | 110 |
| Binary | 1101111 | 11010100 | 11111110 | 111000 | 10001 | 0 | 0 | 11000110 | 1100011 | 1001000 |
Color Harmonies of #6FD4FE
Complementary color
Monochromatic Colors of #6FD4FE
Black with #6FD4FE
Text Example
Text Example
White with #6FD4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD4FE; }
p { color: rgb(111,212,254); }
H1.HeaderClassName
{
color: #6FD4FE;
}
.AnyTagClassName
{
color: #6FD4FE;
}
</style>
background-color css
<style>
a { background-color: #6FD4FE; }
a { background-color: rgb(111,212,254); }
div.DivClassName
{
background-color: #6FD4FE;
}
.BgClassName
{
background-color: #6FD4FE;
}
</style>
border-color css
<style>
span { border-color: #6FD4FE; }
span { border-color: rgb(111,212,254); }
td.TdClassName
{
border-color: #6FD4FE;
}
.TagClassName
{
border-color: #6FD4FE;
}
</style>