Shades of Maya Blue #69C6FF
Tints of Maya Blue #69C6FF
RGB
CMYK
RGB Variations
Color information
#69C6FF (or 0x69C6FF) is known color: Maya Blue. HEX triplet: 69, C6 and FF. RGB value is (105,198,255). Sum of RGB (Red+Green+Blue) = 105+198+255=558 (73% of max value = 765). Red value is 105 (41.41% from 255 or 18.82% from 558); Green value is 198 (77.73% from 255 or 35.48% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #69C6FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69C6FF is #963900. Grayscale: #B0B0B0. Windows color (decimal): -9844993 or 16762473. OLE color: 16762473.
HSL color Cylindrical-coordinate representation of color #69C6FF: hue angle of 202.8º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69C6FF is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 198 | 255 | - |
| CMYK | 0.59 | 0.22 | 0 | 0 |
| HSL | 202.8º | 1% | 0.71% | - |
| HSV(B) | 202.8º | 0.59% | 1% | - |
| XYZ | 44.07 | 50.61 | 102.05 | - |
| YUV | 176.69 | 172.19 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 198 | 255 | 0.59 | 0.22 | 0 | 0 | 202.8 | 1 | 0.71 |
| Hex | 69 | C6 | FF | 3B | 16 | 0 | 0 | CB | 64 | 47 |
| Octal | 151 | 306 | 377 | 73 | 26 | 0 | 0 | 313 | 144 | 107 |
| Binary | 1101001 | 11000110 | 11111111 | 111011 | 10110 | 0 | 0 | 11001011 | 1100100 | 1000111 |
Color Harmonies of #69C6FF
Complementary color
Monochromatic Colors of #69C6FF
Black with #69C6FF
Text Example
Text Example
White with #69C6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C6FF; }
p { color: rgb(105,198,255); }
H1.HeaderClassName
{
color: #69C6FF;
}
.AnyTagClassName
{
color: #69C6FF;
}
</style>
background-color css
<style>
a { background-color: #69C6FF; }
a { background-color: rgb(105,198,255); }
div.DivClassName
{
background-color: #69C6FF;
}
.BgClassName
{
background-color: #69C6FF;
}
</style>
border-color css
<style>
span { border-color: #69C6FF; }
span { border-color: rgb(105,198,255); }
td.TdClassName
{
border-color: #69C6FF;
}
.TagClassName
{
border-color: #69C6FF;
}
</style>