Shades of Maya Blue #65CBFF
Tints of Maya Blue #65CBFF
RGB
CMYK
RGB Variations
Color information
#65CBFF (or 0x65CBFF) is known color: Maya Blue. HEX triplet: 65, CB and FF. RGB value is (101,203,255). Sum of RGB (Red+Green+Blue) = 101+203+255=559 (74% of max value = 765). Red value is 101 (39.84% from 255 or 18.07% from 559); Green value is 203 (79.69% from 255 or 36.31% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #65CBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65CBFF is #9A3400. Grayscale: #B2B2B2. Windows color (decimal): -10105857 or 16763749. OLE color: 16763749.
HSL color Cylindrical-coordinate representation of color #65CBFF: hue angle of 200.26º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65CBFF is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 203 | 255 | - |
| CMYK | 0.60 | 0.20 | 0 | 0 |
| HSL | 200.26º | 1% | 0.7% | - |
| HSV(B) | 200.26º | 0.6% | 1% | - |
| XYZ | 44.77 | 52.7 | 102.42 | - |
| YUV | 178.43 | 171.21 | 72.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 203 | 255 | 0.60 | 0.20 | 0 | 0 | 200.26 | 1 | 0.7 |
| Hex | 65 | CB | FF | 3C | 14 | 0 | 0 | C8 | 64 | 46 |
| Octal | 145 | 313 | 377 | 74 | 24 | 0 | 0 | 310 | 144 | 106 |
| Binary | 1100101 | 11001011 | 11111111 | 111100 | 10100 | 0 | 0 | 11001000 | 1100100 | 1000110 |
Color Harmonies of #65CBFF
Complementary color
Monochromatic Colors of #65CBFF
Black with #65CBFF
Text Example
Text Example
White with #65CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CBFF; }
p { color: rgb(101,203,255); }
H1.HeaderClassName
{
color: #65CBFF;
}
.AnyTagClassName
{
color: #65CBFF;
}
</style>
background-color css
<style>
a { background-color: #65CBFF; }
a { background-color: rgb(101,203,255); }
div.DivClassName
{
background-color: #65CBFF;
}
.BgClassName
{
background-color: #65CBFF;
}
</style>
border-color css
<style>
span { border-color: #65CBFF; }
span { border-color: rgb(101,203,255); }
td.TdClassName
{
border-color: #65CBFF;
}
.TagClassName
{
border-color: #65CBFF;
}
</style>