Shades of Maya Blue #6FCCFD
Tints of Maya Blue #6FCCFD
RGB
CMYK
RGB Variations
Color information
#6FCCFD (or 0x6FCCFD) is known color: Maya Blue. HEX triplet: 6F, CC and FD. RGB value is (111,204,253). Sum of RGB (Red+Green+Blue) = 111+204+253=568 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.54% from 568); Green value is 204 (80.08% from 255 or 35.92% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #6FCCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCCFD is #903302. Grayscale: #B5B5B5. Windows color (decimal): -9450243 or 16632943. OLE color: 16632943.
HSL color Cylindrical-coordinate representation of color #6FCCFD: hue angle of 200.7º 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 #6FCCFD is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 204 | 253 | - |
| CMYK | 0.56 | 0.19 | 0 | 0.01 |
| HSL | 200.7º | 0.97% | 0.71% | - |
| HSV(B) | 200.7º | 0.56% | 0.99% | - |
| XYZ | 45.88 | 53.66 | 100.87 | - |
| YUV | 181.78 | 168.19 | 77.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 204 | 253 | 0.56 | 0.19 | 0 | 0.01 | 200.7 | 0.97 | 0.71 |
| Hex | 6F | CC | FD | 38 | 13 | 0 | 1 | C9 | 61 | 47 |
| Octal | 157 | 314 | 375 | 70 | 23 | 0 | 1 | 311 | 141 | 107 |
| Binary | 1101111 | 11001100 | 11111101 | 111000 | 10011 | 0 | 1 | 11001001 | 1100001 | 1000111 |
Color Harmonies of #6FCCFD
Complementary color
Monochromatic Colors of #6FCCFD
Black with #6FCCFD
Text Example
Text Example
White with #6FCCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCCFD; }
p { color: rgb(111,204,253); }
H1.HeaderClassName
{
color: #6FCCFD;
}
.AnyTagClassName
{
color: #6FCCFD;
}
</style>
background-color css
<style>
a { background-color: #6FCCFD; }
a { background-color: rgb(111,204,253); }
div.DivClassName
{
background-color: #6FCCFD;
}
.BgClassName
{
background-color: #6FCCFD;
}
</style>
border-color css
<style>
span { border-color: #6FCCFD; }
span { border-color: rgb(111,204,253); }
td.TdClassName
{
border-color: #6FCCFD;
}
.TagClassName
{
border-color: #6FCCFD;
}
</style>