Shades of Maya Blue #69C0FF
Tints of Maya Blue #69C0FF
RGB
CMYK
RGB Variations
Color information
#69C0FF (or 0x69C0FF) is known color: Maya Blue. HEX triplet: 69, C0 and FF. RGB value is (105,192,255). Sum of RGB (Red+Green+Blue) = 105+192+255=552 (73% of max value = 765). Red value is 105 (41.41% from 255 or 19.02% from 552); Green value is 192 (75.39% from 255 or 34.78% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #69C0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69C0FF is #963F00. Grayscale: #ACACAC. Windows color (decimal): -9846529 or 16760937. OLE color: 16760937.
HSL color Cylindrical-coordinate representation of color #69C0FF: hue angle of 205.2º 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 #69C0FF is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 192 | 255 | - |
| CMYK | 0.59 | 0.25 | 0 | 0 |
| HSL | 205.2º | 1% | 0.71% | - |
| HSV(B) | 205.2º | 0.59% | 1% | - |
| XYZ | 42.73 | 47.92 | 101.61 | - |
| YUV | 173.17 | 174.18 | 79.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 192 | 255 | 0.59 | 0.25 | 0 | 0 | 205.2 | 1 | 0.71 |
| Hex | 69 | C0 | FF | 3B | 19 | 0 | 0 | CD | 64 | 47 |
| Octal | 151 | 300 | 377 | 73 | 31 | 0 | 0 | 315 | 144 | 107 |
| Binary | 1101001 | 11000000 | 11111111 | 111011 | 11001 | 0 | 0 | 11001101 | 1100100 | 1000111 |
Color Harmonies of #69C0FF
Complementary color
Monochromatic Colors of #69C0FF
Black with #69C0FF
Text Example
Text Example
White with #69C0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C0FF; }
p { color: rgb(105,192,255); }
H1.HeaderClassName
{
color: #69C0FF;
}
.AnyTagClassName
{
color: #69C0FF;
}
</style>
background-color css
<style>
a { background-color: #69C0FF; }
a { background-color: rgb(105,192,255); }
div.DivClassName
{
background-color: #69C0FF;
}
.BgClassName
{
background-color: #69C0FF;
}
</style>
border-color css
<style>
span { border-color: #69C0FF; }
span { border-color: rgb(105,192,255); }
td.TdClassName
{
border-color: #69C0FF;
}
.TagClassName
{
border-color: #69C0FF;
}
</style>