Shades of Maya Blue #6BCBFD
Tints of Maya Blue #6BCBFD
RGB
CMYK
RGB Variations
Color information
#6BCBFD (or 0x6BCBFD) is known color: Maya Blue. HEX triplet: 6B, CB and FD. RGB value is (107,203,253). Sum of RGB (Red+Green+Blue) = 107+203+253=563 (74% of max value = 765). Red value is 107 (42.19% from 255 or 19.01% from 563); Green value is 203 (79.69% from 255 or 36.06% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #6BCBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BCBFD is #943402. Grayscale: #B3B3B3. Windows color (decimal): -9712643 or 16632683. OLE color: 16632683.
HSL color Cylindrical-coordinate representation of color #6BCBFD: hue angle of 200.55º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BCBFD is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 203 | 253 | - |
| CMYK | 0.58 | 0.20 | 0 | 0.01 |
| HSL | 200.55º | 0.97% | 0.71% | - |
| HSV(B) | 200.55º | 0.58% | 0.99% | - |
| XYZ | 45.15 | 52.93 | 100.77 | - |
| YUV | 180 | 169.2 | 75.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 203 | 253 | 0.58 | 0.20 | 0 | 0.01 | 200.55 | 0.97 | 0.71 |
| Hex | 6B | CB | FD | 3A | 14 | 0 | 1 | C9 | 61 | 47 |
| Octal | 153 | 313 | 375 | 72 | 24 | 0 | 1 | 311 | 141 | 107 |
| Binary | 1101011 | 11001011 | 11111101 | 111010 | 10100 | 0 | 1 | 11001001 | 1100001 | 1000111 |
Color Harmonies of #6BCBFD
Complementary color
Monochromatic Colors of #6BCBFD
Black with #6BCBFD
Text Example
Text Example
White with #6BCBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCBFD; }
p { color: rgb(107,203,253); }
H1.HeaderClassName
{
color: #6BCBFD;
}
.AnyTagClassName
{
color: #6BCBFD;
}
</style>
background-color css
<style>
a { background-color: #6BCBFD; }
a { background-color: rgb(107,203,253); }
div.DivClassName
{
background-color: #6BCBFD;
}
.BgClassName
{
background-color: #6BCBFD;
}
</style>
border-color css
<style>
span { border-color: #6BCBFD; }
span { border-color: rgb(107,203,253); }
td.TdClassName
{
border-color: #6BCBFD;
}
.TagClassName
{
border-color: #6BCBFD;
}
</style>