Shades of Maya Blue #6FCEFF
Tints of Maya Blue #6FCEFF
RGB
CMYK
RGB Variations
Color information
#6FCEFF (or 0x6FCEFF) is known color: Maya Blue. HEX triplet: 6F, CE and FF. RGB value is (111,206,255). Sum of RGB (Red+Green+Blue) = 111+206+255=572 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.41% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #6FCEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCEFF is #903100. Grayscale: #B6B6B6. Windows color (decimal): -9449729 or 16764527. OLE color: 16764527.
HSL color Cylindrical-coordinate representation of color #6FCEFF: hue angle of 200.42º 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 #6FCEFF is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 206 | 255 | - |
| CMYK | 0.56 | 0.19 | 0 | 0 |
| HSL | 200.42º | 1% | 0.72% | - |
| HSV(B) | 200.42º | 0.56% | 1% | - |
| XYZ | 46.68 | 54.74 | 102.71 | - |
| YUV | 183.18 | 168.53 | 76.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 206 | 255 | 0.56 | 0.19 | 0 | 0 | 200.42 | 1 | 0.72 |
| Hex | 6F | CE | FF | 38 | 13 | 0 | 0 | C8 | 64 | 48 |
| Octal | 157 | 316 | 377 | 70 | 23 | 0 | 0 | 310 | 144 | 110 |
| Binary | 1101111 | 11001110 | 11111111 | 111000 | 10011 | 0 | 0 | 11001000 | 1100100 | 1001000 |
Color Harmonies of #6FCEFF
Complementary color
Monochromatic Colors of #6FCEFF
Black with #6FCEFF
Text Example
Text Example
White with #6FCEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCEFF; }
p { color: rgb(111,206,255); }
H1.HeaderClassName
{
color: #6FCEFF;
}
.AnyTagClassName
{
color: #6FCEFF;
}
</style>
background-color css
<style>
a { background-color: #6FCEFF; }
a { background-color: rgb(111,206,255); }
div.DivClassName
{
background-color: #6FCEFF;
}
.BgClassName
{
background-color: #6FCEFF;
}
</style>
border-color css
<style>
span { border-color: #6FCEFF; }
span { border-color: rgb(111,206,255); }
td.TdClassName
{
border-color: #6FCEFF;
}
.TagClassName
{
border-color: #6FCEFF;
}
</style>