Shades of Maya Blue #6FBDF2
Tints of Maya Blue #6FBDF2
RGB
CMYK
RGB Variations
Color information
#6FBDF2 (or 0x6FBDF2) is known color: Maya Blue. HEX triplet: 6F, BD and F2. RGB value is (111,189,242). Sum of RGB (Red+Green+Blue) = 111+189+242=542 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.48% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 242 (94.92% from 255 or 44.65% from 542); Max value from RGB is 242 - color contains mainly: blue. Hex color #6FBDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FBDF2 is #90420D. Grayscale: #ABABAB. Windows color (decimal): -9454094 or 15908207. OLE color: 15908207.
HSL color Cylindrical-coordinate representation of color #6FBDF2: hue angle of 204.27º 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 #6FBDF2 is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 111 | 189 | 242 | - |
| CMYK | 0.54 | 0.22 | 0 | 0.05 |
| HSL | 204.27º | 0.83% | 0.69% | - |
| HSV(B) | 204.27º | 0.54% | 0.95% | - |
| XYZ | 40.78 | 46.19 | 90.77 | - |
| YUV | 171.72 | 167.66 | 84.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 189 | 242 | 0.54 | 0.22 | 0 | 0.05 | 204.27 | 0.83 | 0.69 |
| Hex | 6F | BD | F2 | 36 | 16 | 0 | 5 | CC | 53 | 45 |
| Octal | 157 | 275 | 362 | 66 | 26 | 0 | 5 | 314 | 123 | 105 |
| Binary | 1101111 | 10111101 | 11110010 | 110110 | 10110 | 0 | 101 | 11001100 | 1010011 | 1000101 |
Color Harmonies of #6FBDF2
Complementary color
Monochromatic Colors of #6FBDF2
Black with #6FBDF2
Text Example
Text Example
White with #6FBDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBDF2; }
p { color: rgb(111,189,242); }
H1.HeaderClassName
{
color: #6FBDF2;
}
.AnyTagClassName
{
color: #6FBDF2;
}
</style>
background-color css
<style>
a { background-color: #6FBDF2; }
a { background-color: rgb(111,189,242); }
div.DivClassName
{
background-color: #6FBDF2;
}
.BgClassName
{
background-color: #6FBDF2;
}
</style>
border-color css
<style>
span { border-color: #6FBDF2; }
span { border-color: rgb(111,189,242); }
td.TdClassName
{
border-color: #6FBDF2;
}
.TagClassName
{
border-color: #6FBDF2;
}
</style>