Shades of Maya Blue #5DCBF4
Tints of Maya Blue #5DCBF4
RGB
CMYK
RGB Variations
Color information
#5DCBF4 (or 0x5DCBF4) is known color: Maya Blue. HEX triplet: 5D, CB and F4. RGB value is (93,203,244). Sum of RGB (Red+Green+Blue) = 93+203+244=540 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.22% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 244 (95.70% from 255 or 45.19% from 540); Max value from RGB is 244 - color contains mainly: blue. Hex color #5DCBF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DCBF4 is #A2340B. Grayscale: #AEAEAE. Windows color (decimal): -10630156 or 16042845. OLE color: 16042845.
HSL color Cylindrical-coordinate representation of color #5DCBF4: hue angle of 196.29º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DCBF4 is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 93 | 203 | 244 | - |
| CMYK | 0.62 | 0.17 | 0 | 0.04 |
| HSL | 196.29º | 0.87% | 0.66% | - |
| HSV(B) | 196.29º | 0.62% | 0.96% | - |
| XYZ | 42.2 | 51.57 | 93.32 | - |
| YUV | 174.78 | 167.06 | 69.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 203 | 244 | 0.62 | 0.17 | 0 | 0.04 | 196.29 | 0.87 | 0.66 |
| Hex | 5D | CB | F4 | 3E | 11 | 0 | 4 | C4 | 57 | 42 |
| Octal | 135 | 313 | 364 | 76 | 21 | 0 | 4 | 304 | 127 | 102 |
| Binary | 1011101 | 11001011 | 11110100 | 111110 | 10001 | 0 | 100 | 11000100 | 1010111 | 1000010 |
Color Harmonies of #5DCBF4
Complementary color
Monochromatic Colors of #5DCBF4
Black with #5DCBF4
Text Example
Text Example
White with #5DCBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCBF4; }
p { color: rgb(93,203,244); }
H1.HeaderClassName
{
color: #5DCBF4;
}
.AnyTagClassName
{
color: #5DCBF4;
}
</style>
background-color css
<style>
a { background-color: #5DCBF4; }
a { background-color: rgb(93,203,244); }
div.DivClassName
{
background-color: #5DCBF4;
}
.BgClassName
{
background-color: #5DCBF4;
}
</style>
border-color css
<style>
span { border-color: #5DCBF4; }
span { border-color: rgb(93,203,244); }
td.TdClassName
{
border-color: #5DCBF4;
}
.TagClassName
{
border-color: #5DCBF4;
}
</style>