Shades of Maya Blue #6FCDFF
Tints of Maya Blue #6FCDFF
RGB
CMYK
RGB Variations
Color information
#6FCDFF (or 0x6FCDFF) is known color: Maya Blue. HEX triplet: 6F, CD and FF. RGB value is (111,205,255). Sum of RGB (Red+Green+Blue) = 111+205+255=571 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.44% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #6FCDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCDFF is #903200. Grayscale: #B6B6B6. Windows color (decimal): -9449985 or 16764271. OLE color: 16764271.
HSL color Cylindrical-coordinate representation of color #6FCDFF: hue angle of 200.83º 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 #6FCDFF is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 205 | 255 | - |
| CMYK | 0.56 | 0.20 | 0 | 0 |
| HSL | 200.83º | 1% | 0.72% | - |
| HSV(B) | 200.83º | 0.56% | 1% | - |
| XYZ | 46.44 | 54.26 | 102.63 | - |
| YUV | 182.59 | 168.86 | 76.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 205 | 255 | 0.56 | 0.20 | 0 | 0 | 200.83 | 1 | 0.72 |
| Hex | 6F | CD | FF | 38 | 14 | 0 | 0 | C9 | 64 | 48 |
| Octal | 157 | 315 | 377 | 70 | 24 | 0 | 0 | 311 | 144 | 110 |
| Binary | 1101111 | 11001101 | 11111111 | 111000 | 10100 | 0 | 0 | 11001001 | 1100100 | 1001000 |
Color Harmonies of #6FCDFF
Complementary color
Monochromatic Colors of #6FCDFF
Black with #6FCDFF
Text Example
Text Example
White with #6FCDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCDFF; }
p { color: rgb(111,205,255); }
H1.HeaderClassName
{
color: #6FCDFF;
}
.AnyTagClassName
{
color: #6FCDFF;
}
</style>
background-color css
<style>
a { background-color: #6FCDFF; }
a { background-color: rgb(111,205,255); }
div.DivClassName
{
background-color: #6FCDFF;
}
.BgClassName
{
background-color: #6FCDFF;
}
</style>
border-color css
<style>
span { border-color: #6FCDFF; }
span { border-color: rgb(111,205,255); }
td.TdClassName
{
border-color: #6FCDFF;
}
.TagClassName
{
border-color: #6FCDFF;
}
</style>