Shades of Maya Blue #68CAFD
Tints of Maya Blue #68CAFD
RGB
CMYK
RGB Variations
Color information
#68CAFD (or 0x68CAFD) is known color: Maya Blue. HEX triplet: 68, CA and FD. RGB value is (104,202,253). Sum of RGB (Red+Green+Blue) = 104+202+253=559 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.60% from 559); Green value is 202 (79.30% from 255 or 36.14% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #68CAFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CAFD is #973502. Grayscale: #B2B2B2. Windows color (decimal): -9909507 or 16632424. OLE color: 16632424.
HSL color Cylindrical-coordinate representation of color #68CAFD: hue angle of 200.54º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68CAFD is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 202 | 253 | - |
| CMYK | 0.59 | 0.20 | 0 | 0.01 |
| HSL | 200.54º | 0.97% | 0.7% | - |
| HSV(B) | 200.54º | 0.59% | 0.99% | - |
| XYZ | 44.56 | 52.28 | 100.67 | - |
| YUV | 178.51 | 170.03 | 74.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 202 | 253 | 0.59 | 0.20 | 0 | 0.01 | 200.54 | 0.97 | 0.7 |
| Hex | 68 | CA | FD | 3B | 14 | 0 | 1 | C9 | 61 | 46 |
| Octal | 150 | 312 | 375 | 73 | 24 | 0 | 1 | 311 | 141 | 106 |
| Binary | 1101000 | 11001010 | 11111101 | 111011 | 10100 | 0 | 1 | 11001001 | 1100001 | 1000110 |
Color Harmonies of #68CAFD
Complementary color
Monochromatic Colors of #68CAFD
Black with #68CAFD
Text Example
Text Example
White with #68CAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CAFD; }
p { color: rgb(104,202,253); }
H1.HeaderClassName
{
color: #68CAFD;
}
.AnyTagClassName
{
color: #68CAFD;
}
</style>
background-color css
<style>
a { background-color: #68CAFD; }
a { background-color: rgb(104,202,253); }
div.DivClassName
{
background-color: #68CAFD;
}
.BgClassName
{
background-color: #68CAFD;
}
</style>
border-color css
<style>
span { border-color: #68CAFD; }
span { border-color: rgb(104,202,253); }
td.TdClassName
{
border-color: #68CAFD;
}
.TagClassName
{
border-color: #68CAFD;
}
</style>