Shades of Maya Blue #6CC2FD
Tints of Maya Blue #6CC2FD
RGB
CMYK
RGB Variations
Color information
#6CC2FD (or 0x6CC2FD) is known color: Maya Blue. HEX triplet: 6C, C2 and FD. RGB value is (108,194,253). Sum of RGB (Red+Green+Blue) = 108+194+253=555 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.46% from 555); Green value is 194 (76.17% from 255 or 34.95% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #6CC2FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CC2FD is #933D02. Grayscale: #AEAEAE. Windows color (decimal): -9649411 or 16630380. OLE color: 16630380.
HSL color Cylindrical-coordinate representation of color #6CC2FD: hue angle of 204.41º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CC2FD is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 194 | 253 | - |
| CMYK | 0.57 | 0.23 | 0 | 0.01 |
| HSL | 204.41º | 0.97% | 0.71% | - |
| HSV(B) | 204.41º | 0.57% | 0.99% | - |
| XYZ | 43.21 | 48.86 | 100.08 | - |
| YUV | 175.01 | 172.01 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 194 | 253 | 0.57 | 0.23 | 0 | 0.01 | 204.41 | 0.97 | 0.71 |
| Hex | 6C | C2 | FD | 39 | 17 | 0 | 1 | CC | 61 | 47 |
| Octal | 154 | 302 | 375 | 71 | 27 | 0 | 1 | 314 | 141 | 107 |
| Binary | 1101100 | 11000010 | 11111101 | 111001 | 10111 | 0 | 1 | 11001100 | 1100001 | 1000111 |
Color Harmonies of #6CC2FD
Complementary color
Monochromatic Colors of #6CC2FD
Black with #6CC2FD
Text Example
Text Example
White with #6CC2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC2FD; }
p { color: rgb(108,194,253); }
H1.HeaderClassName
{
color: #6CC2FD;
}
.AnyTagClassName
{
color: #6CC2FD;
}
</style>
background-color css
<style>
a { background-color: #6CC2FD; }
a { background-color: rgb(108,194,253); }
div.DivClassName
{
background-color: #6CC2FD;
}
.BgClassName
{
background-color: #6CC2FD;
}
</style>
border-color css
<style>
span { border-color: #6CC2FD; }
span { border-color: rgb(108,194,253); }
td.TdClassName
{
border-color: #6CC2FD;
}
.TagClassName
{
border-color: #6CC2FD;
}
</style>