Shades of Maya Blue #69C2F7
Tints of Maya Blue #69C2F7
RGB
CMYK
RGB Variations
Color information
#69C2F7 (or 0x69C2F7) is known color: Maya Blue. HEX triplet: 69, C2 and F7. RGB value is (105,194,247). Sum of RGB (Red+Green+Blue) = 105+194+247=546 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.23% from 546); Green value is 194 (76.17% from 255 or 35.53% from 546); Blue value is 247 (96.88% from 255 or 45.24% from 546); Max value from RGB is 247 - color contains mainly: blue. Hex color #69C2F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69C2F7 is #963D08. Grayscale: #ADADAD. Windows color (decimal): -9846025 or 16237161. OLE color: 16237161.
HSL color Cylindrical-coordinate representation of color #69C2F7: hue angle of 202.39º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69C2F7 is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 105 | 194 | 247 | - |
| CMYK | 0.57 | 0.21 | 0 | 0.03 |
| HSL | 202.39º | 0.9% | 0.69% | - |
| HSV(B) | 202.39º | 0.57% | 0.97% | - |
| XYZ | 41.91 | 48.3 | 95.11 | - |
| YUV | 173.43 | 169.51 | 79.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 194 | 247 | 0.57 | 0.21 | 0 | 0.03 | 202.39 | 0.9 | 0.69 |
| Hex | 69 | C2 | F7 | 39 | 15 | 0 | 3 | CA | 5A | 45 |
| Octal | 151 | 302 | 367 | 71 | 25 | 0 | 3 | 312 | 132 | 105 |
| Binary | 1101001 | 11000010 | 11110111 | 111001 | 10101 | 0 | 11 | 11001010 | 1011010 | 1000101 |
Color Harmonies of #69C2F7
Complementary color
Monochromatic Colors of #69C2F7
Black with #69C2F7
Text Example
Text Example
White with #69C2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C2F7; }
p { color: rgb(105,194,247); }
H1.HeaderClassName
{
color: #69C2F7;
}
.AnyTagClassName
{
color: #69C2F7;
}
</style>
background-color css
<style>
a { background-color: #69C2F7; }
a { background-color: rgb(105,194,247); }
div.DivClassName
{
background-color: #69C2F7;
}
.BgClassName
{
background-color: #69C2F7;
}
</style>
border-color css
<style>
span { border-color: #69C2F7; }
span { border-color: rgb(105,194,247); }
td.TdClassName
{
border-color: #69C2F7;
}
.TagClassName
{
border-color: #69C2F7;
}
</style>