Shades of Maya Blue #74CEFF
Tints of Maya Blue #74CEFF
RGB
CMYK
RGB Variations
Color information
#74CEFF (or 0x74CEFF) is known color: Maya Blue. HEX triplet: 74, CE and FF. RGB value is (116,206,255). Sum of RGB (Red+Green+Blue) = 116+206+255=577 (76% of max value = 765). Red value is 116 (45.70% from 255 or 20.10% from 577); Green value is 206 (80.86% from 255 or 35.70% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #74CEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74CEFF is #8B3100. Grayscale: #B8B8B8. Windows color (decimal): -9122049 or 16764532. OLE color: 16764532.
HSL color Cylindrical-coordinate representation of color #74CEFF: hue angle of 201.15º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74CEFF is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 206 | 255 | - |
| CMYK | 0.55 | 0.19 | 0 | 0 |
| HSL | 201.15º | 1% | 0.73% | - |
| HSV(B) | 201.15º | 0.55% | 1% | - |
| XYZ | 47.32 | 55.08 | 102.74 | - |
| YUV | 184.68 | 167.68 | 79.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 206 | 255 | 0.55 | 0.19 | 0 | 0 | 201.15 | 1 | 0.73 |
| Hex | 74 | CE | FF | 37 | 13 | 0 | 0 | C9 | 64 | 49 |
| Octal | 164 | 316 | 377 | 67 | 23 | 0 | 0 | 311 | 144 | 111 |
| Binary | 1110100 | 11001110 | 11111111 | 110111 | 10011 | 0 | 0 | 11001001 | 1100100 | 1001001 |
Color Harmonies of #74CEFF
Complementary color
Monochromatic Colors of #74CEFF
Black with #74CEFF
Text Example
Text Example
White with #74CEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CEFF; }
p { color: rgb(116,206,255); }
H1.HeaderClassName
{
color: #74CEFF;
}
.AnyTagClassName
{
color: #74CEFF;
}
</style>
background-color css
<style>
a { background-color: #74CEFF; }
a { background-color: rgb(116,206,255); }
div.DivClassName
{
background-color: #74CEFF;
}
.BgClassName
{
background-color: #74CEFF;
}
</style>
border-color css
<style>
span { border-color: #74CEFF; }
span { border-color: rgb(116,206,255); }
td.TdClassName
{
border-color: #74CEFF;
}
.TagClassName
{
border-color: #74CEFF;
}
</style>