Shades of Maya Blue #65CEFE
Tints of Maya Blue #65CEFE
RGB
CMYK
RGB Variations
Color information
#65CEFE (or 0x65CEFE) is known color: Maya Blue. HEX triplet: 65, CE and FE. RGB value is (101,206,254). Sum of RGB (Red+Green+Blue) = 101+206+254=561 (74% of max value = 765). Red value is 101 (39.84% from 255 or 18.00% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #65CEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65CEFE is #9A3101. Grayscale: #B3B3B3. Windows color (decimal): -10105090 or 16698981. OLE color: 16698981.
HSL color Cylindrical-coordinate representation of color #65CEFE: hue angle of 198.82º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65CEFE is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 206 | 254 | - |
| CMYK | 0.60 | 0.19 | 0 | 0.00 |
| HSL | 198.82º | 0.99% | 0.7% | - |
| HSV(B) | 198.82º | 0.6% | 1% | - |
| XYZ | 45.33 | 54.07 | 101.81 | - |
| YUV | 180.08 | 169.71 | 71.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 206 | 254 | 0.60 | 0.19 | 0 | 0.00 | 198.82 | 0.99 | 0.7 |
| Hex | 65 | CE | FE | 3C | 13 | 0 | 0 | C7 | 63 | 46 |
| Octal | 145 | 316 | 376 | 74 | 23 | 0 | 0 | 307 | 143 | 106 |
| Binary | 1100101 | 11001110 | 11111110 | 111100 | 10011 | 0 | 0 | 11000111 | 1100011 | 1000110 |
Color Harmonies of #65CEFE
Complementary color
Monochromatic Colors of #65CEFE
Black with #65CEFE
Text Example
Text Example
White with #65CEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CEFE; }
p { color: rgb(101,206,254); }
H1.HeaderClassName
{
color: #65CEFE;
}
.AnyTagClassName
{
color: #65CEFE;
}
</style>
background-color css
<style>
a { background-color: #65CEFE; }
a { background-color: rgb(101,206,254); }
div.DivClassName
{
background-color: #65CEFE;
}
.BgClassName
{
background-color: #65CEFE;
}
</style>
border-color css
<style>
span { border-color: #65CEFE; }
span { border-color: rgb(101,206,254); }
td.TdClassName
{
border-color: #65CEFE;
}
.TagClassName
{
border-color: #65CEFE;
}
</style>