Shades of Maya Blue #74CCFF
Tints of Maya Blue #74CCFF
RGB
CMYK
RGB Variations
Color information
#74CCFF (or 0x74CCFF) is known color: Maya Blue. HEX triplet: 74, CC and FF. RGB value is (116,204,255). Sum of RGB (Red+Green+Blue) = 116+204+255=575 (76% of max value = 765). Red value is 116 (45.70% from 255 or 20.17% from 575); Green value is 204 (80.08% from 255 or 35.48% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #74CCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74CCFF is #8B3300. Grayscale: #B7B7B7. Windows color (decimal): -9122561 or 16764020. OLE color: 16764020.
HSL color Cylindrical-coordinate representation of color #74CCFF: hue angle of 202.01º 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 #74CCFF is Cyan = 0.55, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 204 | 255 | - |
| CMYK | 0.55 | 0.2 | 0 | 0 |
| HSL | 202.01º | 1% | 0.73% | - |
| HSV(B) | 202.01º | 0.55% | 1% | - |
| XYZ | 46.85 | 54.12 | 102.58 | - |
| YUV | 183.5 | 168.35 | 79.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 204 | 255 | 0.55 | 0.2 | 0 | 0 | 202.01 | 1 | 0.73 |
| Hex | 74 | CC | FF | 37 | 14 | 0 | 0 | CA | 64 | 49 |
| Octal | 164 | 314 | 377 | 67 | 24 | 0 | 0 | 312 | 144 | 111 |
| Binary | 1110100 | 11001100 | 11111111 | 110111 | 10100 | 0 | 0 | 11001010 | 1100100 | 1001001 |
Color Harmonies of #74CCFF
Complementary color
Monochromatic Colors of #74CCFF
Black with #74CCFF
Text Example
Text Example
White with #74CCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CCFF; }
p { color: rgb(116,204,255); }
H1.HeaderClassName
{
color: #74CCFF;
}
.AnyTagClassName
{
color: #74CCFF;
}
</style>
background-color css
<style>
a { background-color: #74CCFF; }
a { background-color: rgb(116,204,255); }
div.DivClassName
{
background-color: #74CCFF;
}
.BgClassName
{
background-color: #74CCFF;
}
</style>
border-color css
<style>
span { border-color: #74CCFF; }
span { border-color: rgb(116,204,255); }
td.TdClassName
{
border-color: #74CCFF;
}
.TagClassName
{
border-color: #74CCFF;
}
</style>