Shades of Maya Blue #74BDF4
Tints of Maya Blue #74BDF4
RGB
CMYK
RGB Variations
Color information
#74BDF4 (or 0x74BDF4) is known color: Maya Blue. HEX triplet: 74, BD and F4. RGB value is (116,189,244). Sum of RGB (Red+Green+Blue) = 116+189+244=549 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.13% from 549); Green value is 189 (74.22% from 255 or 34.43% from 549); Blue value is 244 (95.70% from 255 or 44.44% from 549); Max value from RGB is 244 - color contains mainly: blue. Hex color #74BDF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74BDF4 is #8B420B. Grayscale: #ADADAD. Windows color (decimal): -9126412 or 16039284. OLE color: 16039284.
HSL color Cylindrical-coordinate representation of color #74BDF4: hue angle of 205.78º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74BDF4 is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 189 | 244 | - |
| CMYK | 0.52 | 0.23 | 0 | 0.04 |
| HSL | 205.78º | 0.85% | 0.71% | - |
| HSV(B) | 205.78º | 0.52% | 0.96% | - |
| XYZ | 41.73 | 46.64 | 92.39 | - |
| YUV | 173.44 | 167.82 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 189 | 244 | 0.52 | 0.23 | 0 | 0.04 | 205.78 | 0.85 | 0.71 |
| Hex | 74 | BD | F4 | 34 | 17 | 0 | 4 | CE | 55 | 47 |
| Octal | 164 | 275 | 364 | 64 | 27 | 0 | 4 | 316 | 125 | 107 |
| Binary | 1110100 | 10111101 | 11110100 | 110100 | 10111 | 0 | 100 | 11001110 | 1010101 | 1000111 |
Color Harmonies of #74BDF4
Complementary color
Monochromatic Colors of #74BDF4
Black with #74BDF4
Text Example
Text Example
White with #74BDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BDF4; }
p { color: rgb(116,189,244); }
H1.HeaderClassName
{
color: #74BDF4;
}
.AnyTagClassName
{
color: #74BDF4;
}
</style>
background-color css
<style>
a { background-color: #74BDF4; }
a { background-color: rgb(116,189,244); }
div.DivClassName
{
background-color: #74BDF4;
}
.BgClassName
{
background-color: #74BDF4;
}
</style>
border-color css
<style>
span { border-color: #74BDF4; }
span { border-color: rgb(116,189,244); }
td.TdClassName
{
border-color: #74BDF4;
}
.TagClassName
{
border-color: #74BDF4;
}
</style>