Shades of Maya Blue #6CC2FB
Tints of Maya Blue #6CC2FB
RGB
CMYK
RGB Variations
Color information
#6CC2FB (or 0x6CC2FB) is known color: Maya Blue. HEX triplet: 6C, C2 and FB. RGB value is (108,194,251). Sum of RGB (Red+Green+Blue) = 108+194+251=553 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.53% from 553); Green value is 194 (76.17% from 255 or 35.08% from 553); Blue value is 251 (98.44% from 255 or 45.39% from 553); Max value from RGB is 251 - color contains mainly: blue. Hex color #6CC2FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CC2FB is #933D04. Grayscale: #AEAEAE. Windows color (decimal): -9649413 or 16499308. OLE color: 16499308.
HSL color Cylindrical-coordinate representation of color #6CC2FB: hue angle of 203.92º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CC2FB is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 108 | 194 | 251 | - |
| CMYK | 0.57 | 0.23 | 0 | 0.02 |
| HSL | 203.92º | 0.95% | 0.7% | - |
| HSV(B) | 203.92º | 0.57% | 0.98% | - |
| XYZ | 42.89 | 48.74 | 98.41 | - |
| YUV | 174.78 | 171.01 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 194 | 251 | 0.57 | 0.23 | 0 | 0.02 | 203.92 | 0.95 | 0.7 |
| Hex | 6C | C2 | FB | 39 | 17 | 0 | 2 | CC | 5F | 46 |
| Octal | 154 | 302 | 373 | 71 | 27 | 0 | 2 | 314 | 137 | 106 |
| Binary | 1101100 | 11000010 | 11111011 | 111001 | 10111 | 0 | 10 | 11001100 | 1011111 | 1000110 |
Color Harmonies of #6CC2FB
Complementary color
Monochromatic Colors of #6CC2FB
Black with #6CC2FB
Text Example
Text Example
White with #6CC2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC2FB; }
p { color: rgb(108,194,251); }
H1.HeaderClassName
{
color: #6CC2FB;
}
.AnyTagClassName
{
color: #6CC2FB;
}
</style>
background-color css
<style>
a { background-color: #6CC2FB; }
a { background-color: rgb(108,194,251); }
div.DivClassName
{
background-color: #6CC2FB;
}
.BgClassName
{
background-color: #6CC2FB;
}
</style>
border-color css
<style>
span { border-color: #6CC2FB; }
span { border-color: rgb(108,194,251); }
td.TdClassName
{
border-color: #6CC2FB;
}
.TagClassName
{
border-color: #6CC2FB;
}
</style>