Shades of Maya Blue #74CCF8
Tints of Maya Blue #74CCF8
RGB
CMYK
RGB Variations
Color information
#74CCF8 (or 0x74CCF8) is known color: Maya Blue. HEX triplet: 74, CC and F8. RGB value is (116,204,248). Sum of RGB (Red+Green+Blue) = 116+204+248=568 (75% of max value = 765). Red value is 116 (45.70% from 255 or 20.42% from 568); Green value is 204 (80.08% from 255 or 35.92% from 568); Blue value is 248 (97.27% from 255 or 43.66% from 568); Max value from RGB is 248 - color contains mainly: blue. Hex color #74CCF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74CCF8 is #8B3307. Grayscale: #B6B6B6. Windows color (decimal): -9122568 or 16305268. OLE color: 16305268.
HSL color Cylindrical-coordinate representation of color #74CCF8: hue angle of 200º 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 #74CCF8 is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 116 | 204 | 248 | - |
| CMYK | 0.53 | 0.18 | 0 | 0.03 |
| HSL | 200º | 0.9% | 0.71% | - |
| HSV(B) | 200º | 0.53% | 0.97% | - |
| XYZ | 45.74 | 53.68 | 96.76 | - |
| YUV | 182.7 | 164.85 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 204 | 248 | 0.53 | 0.18 | 0 | 0.03 | 200 | 0.9 | 0.71 |
| Hex | 74 | CC | F8 | 35 | 12 | 0 | 3 | C8 | 5A | 47 |
| Octal | 164 | 314 | 370 | 65 | 22 | 0 | 3 | 310 | 132 | 107 |
| Binary | 1110100 | 11001100 | 11111000 | 110101 | 10010 | 0 | 11 | 11001000 | 1011010 | 1000111 |
Color Harmonies of #74CCF8
Complementary color
Monochromatic Colors of #74CCF8
Black with #74CCF8
Text Example
Text Example
White with #74CCF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CCF8; }
p { color: rgb(116,204,248); }
H1.HeaderClassName
{
color: #74CCF8;
}
.AnyTagClassName
{
color: #74CCF8;
}
</style>
background-color css
<style>
a { background-color: #74CCF8; }
a { background-color: rgb(116,204,248); }
div.DivClassName
{
background-color: #74CCF8;
}
.BgClassName
{
background-color: #74CCF8;
}
</style>
border-color css
<style>
span { border-color: #74CCF8; }
span { border-color: rgb(116,204,248); }
td.TdClassName
{
border-color: #74CCF8;
}
.TagClassName
{
border-color: #74CCF8;
}
</style>