Shades of Maya Blue #6FCBFF
Tints of Maya Blue #6FCBFF
RGB
CMYK
RGB Variations
Color information
#6FCBFF (or 0x6FCBFF) is known color: Maya Blue. HEX triplet: 6F, CB and FF. RGB value is (111,203,255). Sum of RGB (Red+Green+Blue) = 111+203+255=569 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.51% from 569); Green value is 203 (79.69% from 255 or 35.68% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #6FCBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCBFF is #903400. Grayscale: #B5B5B5. Windows color (decimal): -9450497 or 16763759. OLE color: 16763759.
HSL color Cylindrical-coordinate representation of color #6FCBFF: hue angle of 201.67º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FCBFF is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 203 | 255 | - |
| CMYK | 0.56 | 0.20 | 0 | 0 |
| HSL | 201.67º | 1% | 0.72% | - |
| HSV(B) | 201.67º | 0.56% | 1% | - |
| XYZ | 45.96 | 53.31 | 102.48 | - |
| YUV | 181.42 | 169.52 | 77.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 203 | 255 | 0.56 | 0.20 | 0 | 0 | 201.67 | 1 | 0.72 |
| Hex | 6F | CB | FF | 38 | 14 | 0 | 0 | CA | 64 | 48 |
| Octal | 157 | 313 | 377 | 70 | 24 | 0 | 0 | 312 | 144 | 110 |
| Binary | 1101111 | 11001011 | 11111111 | 111000 | 10100 | 0 | 0 | 11001010 | 1100100 | 1001000 |
Color Harmonies of #6FCBFF
Complementary color
Monochromatic Colors of #6FCBFF
Black with #6FCBFF
Text Example
Text Example
White with #6FCBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCBFF; }
p { color: rgb(111,203,255); }
H1.HeaderClassName
{
color: #6FCBFF;
}
.AnyTagClassName
{
color: #6FCBFF;
}
</style>
background-color css
<style>
a { background-color: #6FCBFF; }
a { background-color: rgb(111,203,255); }
div.DivClassName
{
background-color: #6FCBFF;
}
.BgClassName
{
background-color: #6FCBFF;
}
</style>
border-color css
<style>
span { border-color: #6FCBFF; }
span { border-color: rgb(111,203,255); }
td.TdClassName
{
border-color: #6FCBFF;
}
.TagClassName
{
border-color: #6FCBFF;
}
</style>