Shades of Maya Blue #74CBFF
Tints of Maya Blue #74CBFF
RGB
CMYK
RGB Variations
Color information
#74CBFF (or 0x74CBFF) is known color: Maya Blue. HEX triplet: 74, CB and FF. RGB value is (116,203,255). Sum of RGB (Red+Green+Blue) = 116+203+255=574 (76% of max value = 765). Red value is 116 (45.70% from 255 or 20.21% from 574); Green value is 203 (79.69% from 255 or 35.37% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #74CBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74CBFF is #8B3400. Grayscale: #B6B6B6. Windows color (decimal): -9122817 or 16763764. OLE color: 16763764.
HSL color Cylindrical-coordinate representation of color #74CBFF: hue angle of 202.45º 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 #74CBFF is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 203 | 255 | - |
| CMYK | 0.55 | 0.20 | 0 | 0 |
| HSL | 202.45º | 1% | 0.73% | - |
| HSV(B) | 202.45º | 0.55% | 1% | - |
| XYZ | 46.61 | 53.64 | 102.51 | - |
| YUV | 182.92 | 168.68 | 80.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 203 | 255 | 0.55 | 0.20 | 0 | 0 | 202.45 | 1 | 0.73 |
| Hex | 74 | CB | FF | 37 | 14 | 0 | 0 | CA | 64 | 49 |
| Octal | 164 | 313 | 377 | 67 | 24 | 0 | 0 | 312 | 144 | 111 |
| Binary | 1110100 | 11001011 | 11111111 | 110111 | 10100 | 0 | 0 | 11001010 | 1100100 | 1001001 |
Color Harmonies of #74CBFF
Complementary color
Monochromatic Colors of #74CBFF
Black with #74CBFF
Text Example
Text Example
White with #74CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CBFF; }
p { color: rgb(116,203,255); }
H1.HeaderClassName
{
color: #74CBFF;
}
.AnyTagClassName
{
color: #74CBFF;
}
</style>
background-color css
<style>
a { background-color: #74CBFF; }
a { background-color: rgb(116,203,255); }
div.DivClassName
{
background-color: #74CBFF;
}
.BgClassName
{
background-color: #74CBFF;
}
</style>
border-color css
<style>
span { border-color: #74CBFF; }
span { border-color: rgb(116,203,255); }
td.TdClassName
{
border-color: #74CBFF;
}
.TagClassName
{
border-color: #74CBFF;
}
</style>