Shades of Maya Blue #74CDFF
Tints of Maya Blue #74CDFF
RGB
CMYK
RGB Variations
Color information
#74CDFF (or 0x74CDFF) is known color: Maya Blue. HEX triplet: 74, CD and FF. RGB value is (116,205,255). Sum of RGB (Red+Green+Blue) = 116+205+255=576 (76% of max value = 765). Red value is 116 (45.70% from 255 or 20.14% from 576); Green value is 205 (80.47% from 255 or 35.59% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #74CDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74CDFF is #8B3200. Grayscale: #B7B7B7. Windows color (decimal): -9122305 or 16764276. OLE color: 16764276.
HSL color Cylindrical-coordinate representation of color #74CDFF: hue angle of 201.58º 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 #74CDFF is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 205 | 255 | - |
| CMYK | 0.55 | 0.20 | 0 | 0 |
| HSL | 201.58º | 1% | 0.73% | - |
| HSV(B) | 201.58º | 0.55% | 1% | - |
| XYZ | 47.08 | 54.6 | 102.66 | - |
| YUV | 184.09 | 168.01 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 205 | 255 | 0.55 | 0.20 | 0 | 0 | 201.58 | 1 | 0.73 |
| Hex | 74 | CD | FF | 37 | 14 | 0 | 0 | CA | 64 | 49 |
| Octal | 164 | 315 | 377 | 67 | 24 | 0 | 0 | 312 | 144 | 111 |
| Binary | 1110100 | 11001101 | 11111111 | 110111 | 10100 | 0 | 0 | 11001010 | 1100100 | 1001001 |
Color Harmonies of #74CDFF
Complementary color
Monochromatic Colors of #74CDFF
Black with #74CDFF
Text Example
Text Example
White with #74CDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CDFF; }
p { color: rgb(116,205,255); }
H1.HeaderClassName
{
color: #74CDFF;
}
.AnyTagClassName
{
color: #74CDFF;
}
</style>
background-color css
<style>
a { background-color: #74CDFF; }
a { background-color: rgb(116,205,255); }
div.DivClassName
{
background-color: #74CDFF;
}
.BgClassName
{
background-color: #74CDFF;
}
</style>
border-color css
<style>
span { border-color: #74CDFF; }
span { border-color: rgb(116,205,255); }
td.TdClassName
{
border-color: #74CDFF;
}
.TagClassName
{
border-color: #74CDFF;
}
</style>