Shades of Maya Blue #6FCBF2
Tints of Maya Blue #6FCBF2
RGB
CMYK
RGB Variations
Color information
#6FCBF2 (or 0x6FCBF2) is known color: Maya Blue. HEX triplet: 6F, CB and F2. RGB value is (111,203,242). Sum of RGB (Red+Green+Blue) = 111+203+242=556 (73% of max value = 765). Red value is 111 (43.75% from 255 or 19.96% from 556); Green value is 203 (79.69% from 255 or 36.51% from 556); Blue value is 242 (94.92% from 255 or 43.53% from 556); Max value from RGB is 242 - color contains mainly: blue. Hex color #6FCBF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCBF2 is #90340D. Grayscale: #B3B3B3. Windows color (decimal): -9450510 or 15911791. OLE color: 15911791.
HSL color Cylindrical-coordinate representation of color #6FCBF2: hue angle of 197.86º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FCBF2 is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 111 | 203 | 242 | - |
| CMYK | 0.54 | 0.16 | 0 | 0.05 |
| HSL | 197.86º | 0.83% | 0.69% | - |
| HSV(B) | 197.86º | 0.54% | 0.95% | - |
| XYZ | 43.94 | 52.5 | 91.82 | - |
| YUV | 179.94 | 163.02 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 203 | 242 | 0.54 | 0.16 | 0 | 0.05 | 197.86 | 0.83 | 0.69 |
| Hex | 6F | CB | F2 | 36 | 10 | 0 | 5 | C6 | 53 | 45 |
| Octal | 157 | 313 | 362 | 66 | 20 | 0 | 5 | 306 | 123 | 105 |
| Binary | 1101111 | 11001011 | 11110010 | 110110 | 10000 | 0 | 101 | 11000110 | 1010011 | 1000101 |
Color Harmonies of #6FCBF2
Complementary color
Monochromatic Colors of #6FCBF2
Black with #6FCBF2
Text Example
Text Example
White with #6FCBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCBF2; }
p { color: rgb(111,203,242); }
H1.HeaderClassName
{
color: #6FCBF2;
}
.AnyTagClassName
{
color: #6FCBF2;
}
</style>
background-color css
<style>
a { background-color: #6FCBF2; }
a { background-color: rgb(111,203,242); }
div.DivClassName
{
background-color: #6FCBF2;
}
.BgClassName
{
background-color: #6FCBF2;
}
</style>
border-color css
<style>
span { border-color: #6FCBF2; }
span { border-color: rgb(111,203,242); }
td.TdClassName
{
border-color: #6FCBF2;
}
.TagClassName
{
border-color: #6FCBF2;
}
</style>