Shades of Maya Blue #6BCBF8
Tints of Maya Blue #6BCBF8
RGB
CMYK
RGB Variations
Color information
#6BCBF8 (or 0x6BCBF8) is known color: Maya Blue. HEX triplet: 6B, CB and F8. RGB value is (107,203,248). Sum of RGB (Red+Green+Blue) = 107+203+248=558 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.18% from 558); Green value is 203 (79.69% from 255 or 36.38% from 558); Blue value is 248 (97.27% from 255 or 44.44% from 558); Max value from RGB is 248 - color contains mainly: blue. Hex color #6BCBF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BCBF8 is #943407. Grayscale: #B3B3B3. Windows color (decimal): -9712648 or 16305003. OLE color: 16305003.
HSL color Cylindrical-coordinate representation of color #6BCBF8: hue angle of 199.15º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BCBF8 is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 107 | 203 | 248 | - |
| CMYK | 0.57 | 0.18 | 0 | 0.03 |
| HSL | 199.15º | 0.91% | 0.7% | - |
| HSV(B) | 199.15º | 0.57% | 0.97% | - |
| XYZ | 44.36 | 52.61 | 96.62 | - |
| YUV | 179.43 | 166.7 | 76.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 203 | 248 | 0.57 | 0.18 | 0 | 0.03 | 199.15 | 0.91 | 0.7 |
| Hex | 6B | CB | F8 | 39 | 12 | 0 | 3 | C7 | 5B | 46 |
| Octal | 153 | 313 | 370 | 71 | 22 | 0 | 3 | 307 | 133 | 106 |
| Binary | 1101011 | 11001011 | 11111000 | 111001 | 10010 | 0 | 11 | 11000111 | 1011011 | 1000110 |
Color Harmonies of #6BCBF8
Complementary color
Monochromatic Colors of #6BCBF8
Black with #6BCBF8
Text Example
Text Example
White with #6BCBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCBF8; }
p { color: rgb(107,203,248); }
H1.HeaderClassName
{
color: #6BCBF8;
}
.AnyTagClassName
{
color: #6BCBF8;
}
</style>
background-color css
<style>
a { background-color: #6BCBF8; }
a { background-color: rgb(107,203,248); }
div.DivClassName
{
background-color: #6BCBF8;
}
.BgClassName
{
background-color: #6BCBF8;
}
</style>
border-color css
<style>
span { border-color: #6BCBF8; }
span { border-color: rgb(107,203,248); }
td.TdClassName
{
border-color: #6BCBF8;
}
.TagClassName
{
border-color: #6BCBF8;
}
</style>