Shades of Maya Blue #6FCCFF
Tints of Maya Blue #6FCCFF
RGB
CMYK
RGB Variations
Color information
#6FCCFF (or 0x6FCCFF) is known color: Maya Blue. HEX triplet: 6F, CC and FF. RGB value is (111,204,255). Sum of RGB (Red+Green+Blue) = 111+204+255=570 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.47% from 570); Green value is 204 (80.08% from 255 or 35.79% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #6FCCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCCFF is #903300. Grayscale: #B5B5B5. Windows color (decimal): -9450241 or 16764015. OLE color: 16764015.
HSL color Cylindrical-coordinate representation of color #6FCCFF: hue angle of 201.25º 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 #6FCCFF is Cyan = 0.56, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 204 | 255 | - |
| CMYK | 0.56 | 0.2 | 0 | 0 |
| HSL | 201.25º | 1% | 0.72% | - |
| HSV(B) | 201.25º | 0.56% | 1% | - |
| XYZ | 46.2 | 53.79 | 102.55 | - |
| YUV | 182.01 | 169.19 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 204 | 255 | 0.56 | 0.2 | 0 | 0 | 201.25 | 1 | 0.72 |
| Hex | 6F | CC | FF | 38 | 14 | 0 | 0 | C9 | 64 | 48 |
| Octal | 157 | 314 | 377 | 70 | 24 | 0 | 0 | 311 | 144 | 110 |
| Binary | 1101111 | 11001100 | 11111111 | 111000 | 10100 | 0 | 0 | 11001001 | 1100100 | 1001000 |
Color Harmonies of #6FCCFF
Complementary color
Monochromatic Colors of #6FCCFF
Black with #6FCCFF
Text Example
Text Example
White with #6FCCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCCFF; }
p { color: rgb(111,204,255); }
H1.HeaderClassName
{
color: #6FCCFF;
}
.AnyTagClassName
{
color: #6FCCFF;
}
</style>
background-color css
<style>
a { background-color: #6FCCFF; }
a { background-color: rgb(111,204,255); }
div.DivClassName
{
background-color: #6FCCFF;
}
.BgClassName
{
background-color: #6FCCFF;
}
</style>
border-color css
<style>
span { border-color: #6FCCFF; }
span { border-color: rgb(111,204,255); }
td.TdClassName
{
border-color: #6FCCFF;
}
.TagClassName
{
border-color: #6FCCFF;
}
</style>