Shades of Maya Blue #69C2FF
Tints of Maya Blue #69C2FF
RGB
CMYK
RGB Variations
Color information
#69C2FF (or 0x69C2FF) is known color: Maya Blue. HEX triplet: 69, C2 and FF. RGB value is (105,194,255). Sum of RGB (Red+Green+Blue) = 105+194+255=554 (73% of max value = 765). Red value is 105 (41.41% from 255 or 18.95% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #69C2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69C2FF is #963D00. Grayscale: #AEAEAE. Windows color (decimal): -9846017 or 16761449. OLE color: 16761449.
HSL color Cylindrical-coordinate representation of color #69C2FF: hue angle of 204.4º 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 #69C2FF is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 194 | 255 | - |
| CMYK | 0.59 | 0.24 | 0 | 0 |
| HSL | 204.4º | 1% | 0.71% | - |
| HSV(B) | 204.4º | 0.59% | 1% | - |
| XYZ | 43.17 | 48.81 | 101.75 | - |
| YUV | 174.34 | 173.51 | 78.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 194 | 255 | 0.59 | 0.24 | 0 | 0 | 204.4 | 1 | 0.71 |
| Hex | 69 | C2 | FF | 3B | 18 | 0 | 0 | CC | 64 | 47 |
| Octal | 151 | 302 | 377 | 73 | 30 | 0 | 0 | 314 | 144 | 107 |
| Binary | 1101001 | 11000010 | 11111111 | 111011 | 11000 | 0 | 0 | 11001100 | 1100100 | 1000111 |
Color Harmonies of #69C2FF
Complementary color
Monochromatic Colors of #69C2FF
Black with #69C2FF
Text Example
Text Example
White with #69C2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C2FF; }
p { color: rgb(105,194,255); }
H1.HeaderClassName
{
color: #69C2FF;
}
.AnyTagClassName
{
color: #69C2FF;
}
</style>
background-color css
<style>
a { background-color: #69C2FF; }
a { background-color: rgb(105,194,255); }
div.DivClassName
{
background-color: #69C2FF;
}
.BgClassName
{
background-color: #69C2FF;
}
</style>
border-color css
<style>
span { border-color: #69C2FF; }
span { border-color: rgb(105,194,255); }
td.TdClassName
{
border-color: #69C2FF;
}
.TagClassName
{
border-color: #69C2FF;
}
</style>