Shades of Maya Blue #74C8F8
Tints of Maya Blue #74C8F8
RGB
CMYK
RGB Variations
Color information
#74C8F8 (or 0x74C8F8) is known color: Maya Blue. HEX triplet: 74, C8 and F8. RGB value is (116,200,248). Sum of RGB (Red+Green+Blue) = 116+200+248=564 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.57% from 564); Green value is 200 (78.52% from 255 or 35.46% from 564); Blue value is 248 (97.27% from 255 or 43.97% from 564); Max value from RGB is 248 - color contains mainly: blue. Hex color #74C8F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74C8F8 is #8B3707. Grayscale: #B4B4B4. Windows color (decimal): -9123592 or 16304244. OLE color: 16304244.
HSL color Cylindrical-coordinate representation of color #74C8F8: hue angle of 201.82º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74C8F8 is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 116 | 200 | 248 | - |
| CMYK | 0.53 | 0.19 | 0 | 0.03 |
| HSL | 201.82º | 0.9% | 0.71% | - |
| HSV(B) | 201.82º | 0.53% | 0.97% | - |
| XYZ | 44.8 | 51.8 | 96.44 | - |
| YUV | 180.36 | 166.17 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 200 | 248 | 0.53 | 0.19 | 0 | 0.03 | 201.82 | 0.9 | 0.71 |
| Hex | 74 | C8 | F8 | 35 | 13 | 0 | 3 | CA | 5A | 47 |
| Octal | 164 | 310 | 370 | 65 | 23 | 0 | 3 | 312 | 132 | 107 |
| Binary | 1110100 | 11001000 | 11111000 | 110101 | 10011 | 0 | 11 | 11001010 | 1011010 | 1000111 |
Color Harmonies of #74C8F8
Complementary color
Monochromatic Colors of #74C8F8
Black with #74C8F8
Text Example
Text Example
White with #74C8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C8F8; }
p { color: rgb(116,200,248); }
H1.HeaderClassName
{
color: #74C8F8;
}
.AnyTagClassName
{
color: #74C8F8;
}
</style>
background-color css
<style>
a { background-color: #74C8F8; }
a { background-color: rgb(116,200,248); }
div.DivClassName
{
background-color: #74C8F8;
}
.BgClassName
{
background-color: #74C8F8;
}
</style>
border-color css
<style>
span { border-color: #74C8F8; }
span { border-color: rgb(116,200,248); }
td.TdClassName
{
border-color: #74C8F8;
}
.TagClassName
{
border-color: #74C8F8;
}
</style>