Shades of Maya Blue #65BFFC
Tints of Maya Blue #65BFFC
RGB
CMYK
RGB Variations
Color information
#65BFFC (or 0x65BFFC) is known color: Maya Blue. HEX triplet: 65, BF and FC. RGB value is (101,191,252). Sum of RGB (Red+Green+Blue) = 101+191+252=544 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.57% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 252 - color contains mainly: blue. Hex color #65BFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65BFFC is #9A4003. Grayscale: #AAAAAA. Windows color (decimal): -10108932 or 16564069. OLE color: 16564069.
HSL color Cylindrical-coordinate representation of color #65BFFC: hue angle of 204.24º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65BFFC is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 191 | 252 | - |
| CMYK | 0.60 | 0.24 | 0 | 0.01 |
| HSL | 204.24º | 0.96% | 0.69% | - |
| HSV(B) | 204.24º | 0.6% | 0.99% | - |
| XYZ | 41.57 | 47.06 | 98.99 | - |
| YUV | 171.04 | 173.68 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 191 | 252 | 0.60 | 0.24 | 0 | 0.01 | 204.24 | 0.96 | 0.69 |
| Hex | 65 | BF | FC | 3C | 18 | 0 | 1 | CC | 60 | 45 |
| Octal | 145 | 277 | 374 | 74 | 30 | 0 | 1 | 314 | 140 | 105 |
| Binary | 1100101 | 10111111 | 11111100 | 111100 | 11000 | 0 | 1 | 11001100 | 1100000 | 1000101 |
Color Harmonies of #65BFFC
Complementary color
Monochromatic Colors of #65BFFC
Black with #65BFFC
Text Example
Text Example
White with #65BFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BFFC; }
p { color: rgb(101,191,252); }
H1.HeaderClassName
{
color: #65BFFC;
}
.AnyTagClassName
{
color: #65BFFC;
}
</style>
background-color css
<style>
a { background-color: #65BFFC; }
a { background-color: rgb(101,191,252); }
div.DivClassName
{
background-color: #65BFFC;
}
.BgClassName
{
background-color: #65BFFC;
}
</style>
border-color css
<style>
span { border-color: #65BFFC; }
span { border-color: rgb(101,191,252); }
td.TdClassName
{
border-color: #65BFFC;
}
.TagClassName
{
border-color: #65BFFC;
}
</style>