Shades of Maya Blue #6CCBFF
Tints of Maya Blue #6CCBFF
RGB
CMYK
RGB Variations
Color information
#6CCBFF (or 0x6CCBFF) is known color: Maya Blue. HEX triplet: 6C, CB and FF. RGB value is (108,203,255). Sum of RGB (Red+Green+Blue) = 108+203+255=566 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.08% from 566); Green value is 203 (79.69% from 255 or 35.87% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #6CCBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CCBFF is #933400. Grayscale: #B4B4B4. Windows color (decimal): -9647105 or 16763756. OLE color: 16763756.
HSL color Cylindrical-coordinate representation of color #6CCBFF: hue angle of 201.22º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6CCBFF is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 203 | 255 | - |
| CMYK | 0.58 | 0.20 | 0 | 0 |
| HSL | 201.22º | 1% | 0.71% | - |
| HSV(B) | 201.22º | 0.58% | 1% | - |
| XYZ | 45.59 | 53.12 | 102.46 | - |
| YUV | 180.52 | 170.03 | 76.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 203 | 255 | 0.58 | 0.20 | 0 | 0 | 201.22 | 1 | 0.71 |
| Hex | 6C | CB | FF | 3A | 14 | 0 | 0 | C9 | 64 | 47 |
| Octal | 154 | 313 | 377 | 72 | 24 | 0 | 0 | 311 | 144 | 107 |
| Binary | 1101100 | 11001011 | 11111111 | 111010 | 10100 | 0 | 0 | 11001001 | 1100100 | 1000111 |
Color Harmonies of #6CCBFF
Complementary color
Monochromatic Colors of #6CCBFF
Black with #6CCBFF
Text Example
Text Example
White with #6CCBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCBFF; }
p { color: rgb(108,203,255); }
H1.HeaderClassName
{
color: #6CCBFF;
}
.AnyTagClassName
{
color: #6CCBFF;
}
</style>
background-color css
<style>
a { background-color: #6CCBFF; }
a { background-color: rgb(108,203,255); }
div.DivClassName
{
background-color: #6CCBFF;
}
.BgClassName
{
background-color: #6CCBFF;
}
</style>
border-color css
<style>
span { border-color: #6CCBFF; }
span { border-color: rgb(108,203,255); }
td.TdClassName
{
border-color: #6CCBFF;
}
.TagClassName
{
border-color: #6CCBFF;
}
</style>