Shades of Maya Blue #74BFEE
Tints of Maya Blue #74BFEE
RGB
CMYK
RGB Variations
Color information
#74BFEE (or 0x74BFEE) is known color: Maya Blue. HEX triplet: 74, BF and EE. RGB value is (116,191,238). Sum of RGB (Red+Green+Blue) = 116+191+238=545 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.28% from 545); Green value is 191 (75% from 255 or 35.05% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #74BFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74BFEE is #8B4011. Grayscale: #ADADAD. Windows color (decimal): -9125906 or 15646580. OLE color: 15646580.
HSL color Cylindrical-coordinate representation of color #74BFEE: hue angle of 203.11º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74BFEE is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 191 | 238 | - |
| CMYK | 0.51 | 0.20 | 0 | 0.07 |
| HSL | 203.11º | 0.78% | 0.69% | - |
| HSV(B) | 203.11º | 0.51% | 0.93% | - |
| XYZ | 41.27 | 47.15 | 87.81 | - |
| YUV | 173.93 | 164.15 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 191 | 238 | 0.51 | 0.20 | 0 | 0.07 | 203.11 | 0.78 | 0.69 |
| Hex | 74 | BF | EE | 33 | 14 | 0 | 7 | CB | 4E | 45 |
| Octal | 164 | 277 | 356 | 63 | 24 | 0 | 7 | 313 | 116 | 105 |
| Binary | 1110100 | 10111111 | 11101110 | 110011 | 10100 | 0 | 111 | 11001011 | 1001110 | 1000101 |
Color Harmonies of #74BFEE
Complementary color
Monochromatic Colors of #74BFEE
Black with #74BFEE
Text Example
Text Example
White with #74BFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BFEE; }
p { color: rgb(116,191,238); }
H1.HeaderClassName
{
color: #74BFEE;
}
.AnyTagClassName
{
color: #74BFEE;
}
</style>
background-color css
<style>
a { background-color: #74BFEE; }
a { background-color: rgb(116,191,238); }
div.DivClassName
{
background-color: #74BFEE;
}
.BgClassName
{
background-color: #74BFEE;
}
</style>
border-color css
<style>
span { border-color: #74BFEE; }
span { border-color: rgb(116,191,238); }
td.TdClassName
{
border-color: #74BFEE;
}
.TagClassName
{
border-color: #74BFEE;
}
</style>