Shades of Maya Blue #69D3FE
Tints of Maya Blue #69D3FE
RGB
CMYK
RGB Variations
Color information
#69D3FE (or 0x69D3FE) is known color: Maya Blue. HEX triplet: 69, D3 and FE. RGB value is (105,211,254). Sum of RGB (Red+Green+Blue) = 105+211+254=570 (75% of max value = 765). Red value is 105 (41.41% from 255 or 18.42% from 570); Green value is 211 (82.81% from 255 or 37.02% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #69D3FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69D3FE is #962C01. Grayscale: #B7B7B7. Windows color (decimal): -9841666 or 16700265. OLE color: 16700265.
HSL color Cylindrical-coordinate representation of color #69D3FE: hue angle of 197.32º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69D3FE is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 105 | 211 | 254 | - |
| CMYK | 0.59 | 0.17 | 0 | 0.00 |
| HSL | 197.32º | 0.99% | 0.7% | - |
| HSV(B) | 197.32º | 0.59% | 1% | - |
| XYZ | 47.01 | 56.75 | 102.24 | - |
| YUV | 184.21 | 167.38 | 71.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 211 | 254 | 0.59 | 0.17 | 0 | 0.00 | 197.32 | 0.99 | 0.7 |
| Hex | 69 | D3 | FE | 3B | 11 | 0 | 0 | C5 | 63 | 46 |
| Octal | 151 | 323 | 376 | 73 | 21 | 0 | 0 | 305 | 143 | 106 |
| Binary | 1101001 | 11010011 | 11111110 | 111011 | 10001 | 0 | 0 | 11000101 | 1100011 | 1000110 |
Color Harmonies of #69D3FE
Complementary color
Monochromatic Colors of #69D3FE
Black with #69D3FE
Text Example
Text Example
White with #69D3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D3FE; }
p { color: rgb(105,211,254); }
H1.HeaderClassName
{
color: #69D3FE;
}
.AnyTagClassName
{
color: #69D3FE;
}
</style>
background-color css
<style>
a { background-color: #69D3FE; }
a { background-color: rgb(105,211,254); }
div.DivClassName
{
background-color: #69D3FE;
}
.BgClassName
{
background-color: #69D3FE;
}
</style>
border-color css
<style>
span { border-color: #69D3FE; }
span { border-color: rgb(105,211,254); }
td.TdClassName
{
border-color: #69D3FE;
}
.TagClassName
{
border-color: #69D3FE;
}
</style>