Shades of Maya Blue #6FCAFD
Tints of Maya Blue #6FCAFD
RGB
CMYK
RGB Variations
Color information
#6FCAFD (or 0x6FCAFD) is known color: Maya Blue. HEX triplet: 6F, CA and FD. RGB value is (111,202,253). Sum of RGB (Red+Green+Blue) = 111+202+253=566 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.61% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #6FCAFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCAFD is #903502. Grayscale: #B4B4B4. Windows color (decimal): -9450755 or 16632431. OLE color: 16632431.
HSL color Cylindrical-coordinate representation of color #6FCAFD: hue angle of 201.55º 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 #6FCAFD is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 202 | 253 | - |
| CMYK | 0.56 | 0.20 | 0 | 0.01 |
| HSL | 201.55º | 0.97% | 0.71% | - |
| HSV(B) | 201.55º | 0.56% | 0.99% | - |
| XYZ | 45.41 | 52.71 | 100.71 | - |
| YUV | 180.61 | 168.85 | 78.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 202 | 253 | 0.56 | 0.20 | 0 | 0.01 | 201.55 | 0.97 | 0.71 |
| Hex | 6F | CA | FD | 38 | 14 | 0 | 1 | CA | 61 | 47 |
| Octal | 157 | 312 | 375 | 70 | 24 | 0 | 1 | 312 | 141 | 107 |
| Binary | 1101111 | 11001010 | 11111101 | 111000 | 10100 | 0 | 1 | 11001010 | 1100001 | 1000111 |
Color Harmonies of #6FCAFD
Complementary color
Monochromatic Colors of #6FCAFD
Black with #6FCAFD
Text Example
Text Example
White with #6FCAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCAFD; }
p { color: rgb(111,202,253); }
H1.HeaderClassName
{
color: #6FCAFD;
}
.AnyTagClassName
{
color: #6FCAFD;
}
</style>
background-color css
<style>
a { background-color: #6FCAFD; }
a { background-color: rgb(111,202,253); }
div.DivClassName
{
background-color: #6FCAFD;
}
.BgClassName
{
background-color: #6FCAFD;
}
</style>
border-color css
<style>
span { border-color: #6FCAFD; }
span { border-color: rgb(111,202,253); }
td.TdClassName
{
border-color: #6FCAFD;
}
.TagClassName
{
border-color: #6FCAFD;
}
</style>