Shades of Maya Blue #6BCBFB
Tints of Maya Blue #6BCBFB
RGB
CMYK
RGB Variations
Color information
#6BCBFB (or 0x6BCBFB) is known color: Maya Blue. HEX triplet: 6B, CB and FB. RGB value is (107,203,251). Sum of RGB (Red+Green+Blue) = 107+203+251=561 (74% of max value = 765). Red value is 107 (42.19% from 255 or 19.07% from 561); Green value is 203 (79.69% from 255 or 36.19% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #6BCBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BCBFB is #943404. Grayscale: #B3B3B3. Windows color (decimal): -9712645 or 16501611. OLE color: 16501611.
HSL color Cylindrical-coordinate representation of color #6BCBFB: hue angle of 200º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BCBFB is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 203 | 251 | - |
| CMYK | 0.57 | 0.19 | 0 | 0.02 |
| HSL | 200º | 0.95% | 0.7% | - |
| HSV(B) | 200º | 0.57% | 0.98% | - |
| XYZ | 44.83 | 52.8 | 99.1 | - |
| YUV | 179.77 | 168.2 | 76.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 203 | 251 | 0.57 | 0.19 | 0 | 0.02 | 200 | 0.95 | 0.7 |
| Hex | 6B | CB | FB | 39 | 13 | 0 | 2 | C8 | 5F | 46 |
| Octal | 153 | 313 | 373 | 71 | 23 | 0 | 2 | 310 | 137 | 106 |
| Binary | 1101011 | 11001011 | 11111011 | 111001 | 10011 | 0 | 10 | 11001000 | 1011111 | 1000110 |
Color Harmonies of #6BCBFB
Complementary color
Monochromatic Colors of #6BCBFB
Black with #6BCBFB
Text Example
Text Example
White with #6BCBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCBFB; }
p { color: rgb(107,203,251); }
H1.HeaderClassName
{
color: #6BCBFB;
}
.AnyTagClassName
{
color: #6BCBFB;
}
</style>
background-color css
<style>
a { background-color: #6BCBFB; }
a { background-color: rgb(107,203,251); }
div.DivClassName
{
background-color: #6BCBFB;
}
.BgClassName
{
background-color: #6BCBFB;
}
</style>
border-color css
<style>
span { border-color: #6BCBFB; }
span { border-color: rgb(107,203,251); }
td.TdClassName
{
border-color: #6BCBFB;
}
.TagClassName
{
border-color: #6BCBFB;
}
</style>