Shades of Maya Blue #61D1FE
Tints of Maya Blue #61D1FE
RGB
CMYK
RGB Variations
Color information
#61D1FE (or 0x61D1FE) is known color: Maya Blue. HEX triplet: 61, D1 and FE. RGB value is (97,209,254). Sum of RGB (Red+Green+Blue) = 97+209+254=560 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.32% from 560); Green value is 209 (82.03% from 255 or 37.32% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #61D1FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61D1FE is #9E2E01. Grayscale: #B4B4B4. Windows color (decimal): -10366466 or 16699745. OLE color: 16699745.
HSL color Cylindrical-coordinate representation of color #61D1FE: hue angle of 197.2º 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 #61D1FE is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 209 | 254 | - |
| CMYK | 0.62 | 0.18 | 0 | 0.00 |
| HSL | 197.2º | 0.99% | 0.69% | - |
| HSV(B) | 197.2º | 0.62% | 1% | - |
| XYZ | 45.62 | 55.3 | 102.04 | - |
| YUV | 180.64 | 169.39 | 68.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 209 | 254 | 0.62 | 0.18 | 0 | 0.00 | 197.2 | 0.99 | 0.69 |
| Hex | 61 | D1 | FE | 3E | 12 | 0 | 0 | C5 | 63 | 45 |
| Octal | 141 | 321 | 376 | 76 | 22 | 0 | 0 | 305 | 143 | 105 |
| Binary | 1100001 | 11010001 | 11111110 | 111110 | 10010 | 0 | 0 | 11000101 | 1100011 | 1000101 |
Color Harmonies of #61D1FE
Complementary color
Monochromatic Colors of #61D1FE
Black with #61D1FE
Text Example
Text Example
White with #61D1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D1FE; }
p { color: rgb(97,209,254); }
H1.HeaderClassName
{
color: #61D1FE;
}
.AnyTagClassName
{
color: #61D1FE;
}
</style>
background-color css
<style>
a { background-color: #61D1FE; }
a { background-color: rgb(97,209,254); }
div.DivClassName
{
background-color: #61D1FE;
}
.BgClassName
{
background-color: #61D1FE;
}
</style>
border-color css
<style>
span { border-color: #61D1FE; }
span { border-color: rgb(97,209,254); }
td.TdClassName
{
border-color: #61D1FE;
}
.TagClassName
{
border-color: #61D1FE;
}
</style>