Shades of Maya Blue #6FCDF0
Tints of Maya Blue #6FCDF0
RGB
CMYK
RGB Variations
Color information
#6FCDF0 (or 0x6FCDF0) is known color: Maya Blue. HEX triplet: 6F, CD and F0. RGB value is (111,205,240). Sum of RGB (Red+Green+Blue) = 111+205+240=556 (73% of max value = 765). Red value is 111 (43.75% from 255 or 19.96% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 240 (94.14% from 255 or 43.17% from 556); Max value from RGB is 240 - color contains mainly: blue. Hex color #6FCDF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCDF0 is #90320F. Grayscale: #B4B4B4. Windows color (decimal): -9450000 or 15781231. OLE color: 15781231.
HSL color Cylindrical-coordinate representation of color #6FCDF0: hue angle of 196.28º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FCDF0 is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 205 | 240 | - |
| CMYK | 0.54 | 0.15 | 0 | 0.06 |
| HSL | 196.28º | 0.81% | 0.69% | - |
| HSV(B) | 196.28º | 0.54% | 0.94% | - |
| XYZ | 44.12 | 53.33 | 90.41 | - |
| YUV | 180.88 | 161.36 | 78.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 205 | 240 | 0.54 | 0.15 | 0 | 0.06 | 196.28 | 0.81 | 0.69 |
| Hex | 6F | CD | F0 | 36 | F | 0 | 6 | C4 | 51 | 45 |
| Octal | 157 | 315 | 360 | 66 | 17 | 0 | 6 | 304 | 121 | 105 |
| Binary | 1101111 | 11001101 | 11110000 | 110110 | 1111 | 0 | 110 | 11000100 | 1010001 | 1000101 |
Color Harmonies of #6FCDF0
Complementary color
Monochromatic Colors of #6FCDF0
Black with #6FCDF0
Text Example
Text Example
White with #6FCDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCDF0; }
p { color: rgb(111,205,240); }
H1.HeaderClassName
{
color: #6FCDF0;
}
.AnyTagClassName
{
color: #6FCDF0;
}
</style>
background-color css
<style>
a { background-color: #6FCDF0; }
a { background-color: rgb(111,205,240); }
div.DivClassName
{
background-color: #6FCDF0;
}
.BgClassName
{
background-color: #6FCDF0;
}
</style>
border-color css
<style>
span { border-color: #6FCDF0; }
span { border-color: rgb(111,205,240); }
td.TdClassName
{
border-color: #6FCDF0;
}
.TagClassName
{
border-color: #6FCDF0;
}
</style>