Shades of Maya Blue #74BDFE
Tints of Maya Blue #74BDFE
RGB
CMYK
RGB Variations
Color information
#74BDFE (or 0x74BDFE) is known color: Maya Blue. HEX triplet: 74, BD and FE. RGB value is (116,189,254). Sum of RGB (Red+Green+Blue) = 116+189+254=559 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.75% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #74BDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74BDFE is #8B4201. Grayscale: #AEAEAE. Windows color (decimal): -9126402 or 16694644. OLE color: 16694644.
HSL color Cylindrical-coordinate representation of color #74BDFE: hue angle of 208.26º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74BDFE is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 189 | 254 | - |
| CMYK | 0.54 | 0.26 | 0 | 0.00 |
| HSL | 208.26º | 0.99% | 0.73% | - |
| HSV(B) | 208.26º | 0.54% | 1% | - |
| XYZ | 43.29 | 47.26 | 100.61 | - |
| YUV | 174.58 | 172.82 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 189 | 254 | 0.54 | 0.26 | 0 | 0.00 | 208.26 | 0.99 | 0.73 |
| Hex | 74 | BD | FE | 36 | 1A | 0 | 0 | D0 | 63 | 49 |
| Octal | 164 | 275 | 376 | 66 | 32 | 0 | 0 | 320 | 143 | 111 |
| Binary | 1110100 | 10111101 | 11111110 | 110110 | 11010 | 0 | 0 | 11010000 | 1100011 | 1001001 |
Color Harmonies of #74BDFE
Complementary color
Monochromatic Colors of #74BDFE
Black with #74BDFE
Text Example
Text Example
White with #74BDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BDFE; }
p { color: rgb(116,189,254); }
H1.HeaderClassName
{
color: #74BDFE;
}
.AnyTagClassName
{
color: #74BDFE;
}
</style>
background-color css
<style>
a { background-color: #74BDFE; }
a { background-color: rgb(116,189,254); }
div.DivClassName
{
background-color: #74BDFE;
}
.BgClassName
{
background-color: #74BDFE;
}
</style>
border-color css
<style>
span { border-color: #74BDFE; }
span { border-color: rgb(116,189,254); }
td.TdClassName
{
border-color: #74BDFE;
}
.TagClassName
{
border-color: #74BDFE;
}
</style>