Shades of Maya Blue #6FC5FD
Tints of Maya Blue #6FC5FD
RGB
CMYK
RGB Variations
Color information
#6FC5FD (or 0x6FC5FD) is known color: Maya Blue. HEX triplet: 6F, C5 and FD. RGB value is (111,197,253). Sum of RGB (Red+Green+Blue) = 111+197+253=561 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.79% from 561); Green value is 197 (77.34% from 255 or 35.12% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #6FC5FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FC5FD is #903A02. Grayscale: #B1B1B1. Windows color (decimal): -9452035 or 16631151. OLE color: 16631151.
HSL color Cylindrical-coordinate representation of color #6FC5FD: hue angle of 203.66º degrees, saturation: 0.97, 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 #6FC5FD is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 197 | 253 | - |
| CMYK | 0.56 | 0.22 | 0 | 0.01 |
| HSL | 203.66º | 0.97% | 0.71% | - |
| HSV(B) | 203.66º | 0.56% | 0.99% | - |
| XYZ | 44.25 | 50.4 | 100.33 | - |
| YUV | 177.67 | 170.51 | 80.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 197 | 253 | 0.56 | 0.22 | 0 | 0.01 | 203.66 | 0.97 | 0.71 |
| Hex | 6F | C5 | FD | 38 | 16 | 0 | 1 | CC | 61 | 47 |
| Octal | 157 | 305 | 375 | 70 | 26 | 0 | 1 | 314 | 141 | 107 |
| Binary | 1101111 | 11000101 | 11111101 | 111000 | 10110 | 0 | 1 | 11001100 | 1100001 | 1000111 |
Color Harmonies of #6FC5FD
Complementary color
Monochromatic Colors of #6FC5FD
Black with #6FC5FD
Text Example
Text Example
White with #6FC5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC5FD; }
p { color: rgb(111,197,253); }
H1.HeaderClassName
{
color: #6FC5FD;
}
.AnyTagClassName
{
color: #6FC5FD;
}
</style>
background-color css
<style>
a { background-color: #6FC5FD; }
a { background-color: rgb(111,197,253); }
div.DivClassName
{
background-color: #6FC5FD;
}
.BgClassName
{
background-color: #6FC5FD;
}
</style>
border-color css
<style>
span { border-color: #6FC5FD; }
span { border-color: rgb(111,197,253); }
td.TdClassName
{
border-color: #6FC5FD;
}
.TagClassName
{
border-color: #6FC5FD;
}
</style>