Shades of Maya Blue #6FCDFE
Tints of Maya Blue #6FCDFE
RGB
CMYK
RGB Variations
Color information
#6FCDFE (or 0x6FCDFE) is known color: Maya Blue. HEX triplet: 6F, CD and FE. RGB value is (111,205,254). Sum of RGB (Red+Green+Blue) = 111+205+254=570 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.47% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #6FCDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCDFE is #903201. Grayscale: #B6B6B6. Windows color (decimal): -9449986 or 16698735. OLE color: 16698735.
HSL color Cylindrical-coordinate representation of color #6FCDFE: hue angle of 200.56º 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 #6FCDFE is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 205 | 254 | - |
| CMYK | 0.56 | 0.19 | 0 | 0.00 |
| HSL | 200.56º | 0.99% | 0.72% | - |
| HSV(B) | 200.56º | 0.56% | 1% | - |
| XYZ | 46.28 | 54.2 | 101.79 | - |
| YUV | 182.48 | 168.36 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 205 | 254 | 0.56 | 0.19 | 0 | 0.00 | 200.56 | 0.99 | 0.72 |
| Hex | 6F | CD | FE | 38 | 13 | 0 | 0 | C9 | 63 | 48 |
| Octal | 157 | 315 | 376 | 70 | 23 | 0 | 0 | 311 | 143 | 110 |
| Binary | 1101111 | 11001101 | 11111110 | 111000 | 10011 | 0 | 0 | 11001001 | 1100011 | 1001000 |
Color Harmonies of #6FCDFE
Complementary color
Monochromatic Colors of #6FCDFE
Black with #6FCDFE
Text Example
Text Example
White with #6FCDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCDFE; }
p { color: rgb(111,205,254); }
H1.HeaderClassName
{
color: #6FCDFE;
}
.AnyTagClassName
{
color: #6FCDFE;
}
</style>
background-color css
<style>
a { background-color: #6FCDFE; }
a { background-color: rgb(111,205,254); }
div.DivClassName
{
background-color: #6FCDFE;
}
.BgClassName
{
background-color: #6FCDFE;
}
</style>
border-color css
<style>
span { border-color: #6FCDFE; }
span { border-color: rgb(111,205,254); }
td.TdClassName
{
border-color: #6FCDFE;
}
.TagClassName
{
border-color: #6FCDFE;
}
</style>