Shades of Maya Blue #6FCEFD
Tints of Maya Blue #6FCEFD
RGB
CMYK
RGB Variations
Color information
#6FCEFD (or 0x6FCEFD) is known color: Maya Blue. HEX triplet: 6F, CE and FD. RGB value is (111,206,253). Sum of RGB (Red+Green+Blue) = 111+206+253=570 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.47% from 570); Green value is 206 (80.86% from 255 or 36.14% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #6FCEFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCEFD is #903102. Grayscale: #B6B6B6. Windows color (decimal): -9449731 or 16633455. OLE color: 16633455.
HSL color Cylindrical-coordinate representation of color #6FCEFD: hue angle of 199.86º 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 #6FCEFD is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 206 | 253 | - |
| CMYK | 0.56 | 0.19 | 0 | 0.01 |
| HSL | 199.86º | 0.97% | 0.71% | - |
| HSV(B) | 199.86º | 0.56% | 0.99% | - |
| XYZ | 46.36 | 54.61 | 101.03 | - |
| YUV | 182.95 | 167.53 | 76.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 206 | 253 | 0.56 | 0.19 | 0 | 0.01 | 199.86 | 0.97 | 0.71 |
| Hex | 6F | CE | FD | 38 | 13 | 0 | 1 | C8 | 61 | 47 |
| Octal | 157 | 316 | 375 | 70 | 23 | 0 | 1 | 310 | 141 | 107 |
| Binary | 1101111 | 11001110 | 11111101 | 111000 | 10011 | 0 | 1 | 11001000 | 1100001 | 1000111 |
Color Harmonies of #6FCEFD
Complementary color
Monochromatic Colors of #6FCEFD
Black with #6FCEFD
Text Example
Text Example
White with #6FCEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCEFD; }
p { color: rgb(111,206,253); }
H1.HeaderClassName
{
color: #6FCEFD;
}
.AnyTagClassName
{
color: #6FCEFD;
}
</style>
background-color css
<style>
a { background-color: #6FCEFD; }
a { background-color: rgb(111,206,253); }
div.DivClassName
{
background-color: #6FCEFD;
}
.BgClassName
{
background-color: #6FCEFD;
}
</style>
border-color css
<style>
span { border-color: #6FCEFD; }
span { border-color: rgb(111,206,253); }
td.TdClassName
{
border-color: #6FCEFD;
}
.TagClassName
{
border-color: #6FCEFD;
}
</style>