Shades of Maya Blue #61CEFE
Tints of Maya Blue #61CEFE
RGB
CMYK
RGB Variations
Color information
#61CEFE (or 0x61CEFE) is known color: Maya Blue. HEX triplet: 61, CE and FE. RGB value is (97,206,254). Sum of RGB (Red+Green+Blue) = 97+206+254=557 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.41% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #61CEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61CEFE is #9E3101. Grayscale: #B2B2B2. Windows color (decimal): -10367234 or 16698977. OLE color: 16698977.
HSL color Cylindrical-coordinate representation of color #61CEFE: hue angle of 198.34º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61CEFE is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 206 | 254 | - |
| CMYK | 0.62 | 0.19 | 0 | 0.00 |
| HSL | 198.34º | 0.99% | 0.69% | - |
| HSV(B) | 198.34º | 0.62% | 1% | - |
| XYZ | 44.89 | 53.84 | 101.79 | - |
| YUV | 178.88 | 170.39 | 69.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 206 | 254 | 0.62 | 0.19 | 0 | 0.00 | 198.34 | 0.99 | 0.69 |
| Hex | 61 | CE | FE | 3E | 13 | 0 | 0 | C6 | 63 | 45 |
| Octal | 141 | 316 | 376 | 76 | 23 | 0 | 0 | 306 | 143 | 105 |
| Binary | 1100001 | 11001110 | 11111110 | 111110 | 10011 | 0 | 0 | 11000110 | 1100011 | 1000101 |
Color Harmonies of #61CEFE
Complementary color
Monochromatic Colors of #61CEFE
Black with #61CEFE
Text Example
Text Example
White with #61CEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CEFE; }
p { color: rgb(97,206,254); }
H1.HeaderClassName
{
color: #61CEFE;
}
.AnyTagClassName
{
color: #61CEFE;
}
</style>
background-color css
<style>
a { background-color: #61CEFE; }
a { background-color: rgb(97,206,254); }
div.DivClassName
{
background-color: #61CEFE;
}
.BgClassName
{
background-color: #61CEFE;
}
</style>
border-color css
<style>
span { border-color: #61CEFE; }
span { border-color: rgb(97,206,254); }
td.TdClassName
{
border-color: #61CEFE;
}
.TagClassName
{
border-color: #61CEFE;
}
</style>