Shades of Maya Blue #75BFF3
Tints of Maya Blue #75BFF3
RGB
CMYK
RGB Variations
Color information
#75BFF3 (or 0x75BFF3) is known color: Maya Blue. HEX triplet: 75, BF and F3. RGB value is (117,191,243). Sum of RGB (Red+Green+Blue) = 117+191+243=551 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.23% from 551); Green value is 191 (75% from 255 or 34.66% from 551); Blue value is 243 (95.31% from 255 or 44.10% from 551); Max value from RGB is 243 - color contains mainly: blue. Hex color #75BFF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75BFF3 is #8A400C. Grayscale: #AEAEAE. Windows color (decimal): -9060365 or 15974261. OLE color: 15974261.
HSL color Cylindrical-coordinate representation of color #75BFF3: hue angle of 204.76º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75BFF3 is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 191 | 243 | - |
| CMYK | 0.52 | 0.21 | 0 | 0.05 |
| HSL | 204.76º | 0.84% | 0.71% | - |
| HSV(B) | 204.76º | 0.52% | 0.95% | - |
| XYZ | 42.14 | 47.51 | 91.74 | - |
| YUV | 174.8 | 166.48 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 191 | 243 | 0.52 | 0.21 | 0 | 0.05 | 204.76 | 0.84 | 0.71 |
| Hex | 75 | BF | F3 | 34 | 15 | 0 | 5 | CD | 54 | 47 |
| Octal | 165 | 277 | 363 | 64 | 25 | 0 | 5 | 315 | 124 | 107 |
| Binary | 1110101 | 10111111 | 11110011 | 110100 | 10101 | 0 | 101 | 11001101 | 1010100 | 1000111 |
Color Harmonies of #75BFF3
Complementary color
Monochromatic Colors of #75BFF3
Black with #75BFF3
Text Example
Text Example
White with #75BFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BFF3; }
p { color: rgb(117,191,243); }
H1.HeaderClassName
{
color: #75BFF3;
}
.AnyTagClassName
{
color: #75BFF3;
}
</style>
background-color css
<style>
a { background-color: #75BFF3; }
a { background-color: rgb(117,191,243); }
div.DivClassName
{
background-color: #75BFF3;
}
.BgClassName
{
background-color: #75BFF3;
}
</style>
border-color css
<style>
span { border-color: #75BFF3; }
span { border-color: rgb(117,191,243); }
td.TdClassName
{
border-color: #75BFF3;
}
.TagClassName
{
border-color: #75BFF3;
}
</style>