Shades of Maya Blue #6FCBFC
Tints of Maya Blue #6FCBFC
RGB
CMYK
RGB Variations
Color information
#6FCBFC (or 0x6FCBFC) is known color: Maya Blue. HEX triplet: 6F, CB and FC. RGB value is (111,203,252). Sum of RGB (Red+Green+Blue) = 111+203+252=566 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.61% from 566); Green value is 203 (79.69% from 255 or 35.87% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #6FCBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCBFC is #903403. Grayscale: #B4B4B4. Windows color (decimal): -9450500 or 16567151. OLE color: 16567151.
HSL color Cylindrical-coordinate representation of color #6FCBFC: hue angle of 200.85º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FCBFC is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 203 | 252 | - |
| CMYK | 0.56 | 0.19 | 0 | 0.01 |
| HSL | 200.85º | 0.96% | 0.71% | - |
| HSV(B) | 200.85º | 0.56% | 0.99% | - |
| XYZ | 45.48 | 53.12 | 99.95 | - |
| YUV | 181.08 | 168.02 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 203 | 252 | 0.56 | 0.19 | 0 | 0.01 | 200.85 | 0.96 | 0.71 |
| Hex | 6F | CB | FC | 38 | 13 | 0 | 1 | C9 | 60 | 47 |
| Octal | 157 | 313 | 374 | 70 | 23 | 0 | 1 | 311 | 140 | 107 |
| Binary | 1101111 | 11001011 | 11111100 | 111000 | 10011 | 0 | 1 | 11001001 | 1100000 | 1000111 |
Color Harmonies of #6FCBFC
Complementary color
Monochromatic Colors of #6FCBFC
Black with #6FCBFC
Text Example
Text Example
White with #6FCBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCBFC; }
p { color: rgb(111,203,252); }
H1.HeaderClassName
{
color: #6FCBFC;
}
.AnyTagClassName
{
color: #6FCBFC;
}
</style>
background-color css
<style>
a { background-color: #6FCBFC; }
a { background-color: rgb(111,203,252); }
div.DivClassName
{
background-color: #6FCBFC;
}
.BgClassName
{
background-color: #6FCBFC;
}
</style>
border-color css
<style>
span { border-color: #6FCBFC; }
span { border-color: rgb(111,203,252); }
td.TdClassName
{
border-color: #6FCBFC;
}
.TagClassName
{
border-color: #6FCBFC;
}
</style>