Shades of Maya Blue #69CFFE
Tints of Maya Blue #69CFFE
RGB
CMYK
RGB Variations
Color information
#69CFFE (or 0x69CFFE) is known color: Maya Blue. HEX triplet: 69, CF and FE. RGB value is (105,207,254). Sum of RGB (Red+Green+Blue) = 105+207+254=566 (74% of max value = 765). Red value is 105 (41.41% from 255 or 18.55% from 566); Green value is 207 (81.25% from 255 or 36.57% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #69CFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69CFFE is #963001. Grayscale: #B5B5B5. Windows color (decimal): -9842690 or 16699241. OLE color: 16699241.
HSL color Cylindrical-coordinate representation of color #69CFFE: hue angle of 198.93º 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 #69CFFE is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 105 | 207 | 254 | - |
| CMYK | 0.59 | 0.19 | 0 | 0.00 |
| HSL | 198.93º | 0.99% | 0.7% | - |
| HSV(B) | 198.93º | 0.59% | 1% | - |
| XYZ | 46.03 | 54.78 | 101.91 | - |
| YUV | 181.86 | 168.71 | 73.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 207 | 254 | 0.59 | 0.19 | 0 | 0.00 | 198.93 | 0.99 | 0.7 |
| Hex | 69 | CF | FE | 3B | 13 | 0 | 0 | C7 | 63 | 46 |
| Octal | 151 | 317 | 376 | 73 | 23 | 0 | 0 | 307 | 143 | 106 |
| Binary | 1101001 | 11001111 | 11111110 | 111011 | 10011 | 0 | 0 | 11000111 | 1100011 | 1000110 |
Color Harmonies of #69CFFE
Complementary color
Monochromatic Colors of #69CFFE
Black with #69CFFE
Text Example
Text Example
White with #69CFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CFFE; }
p { color: rgb(105,207,254); }
H1.HeaderClassName
{
color: #69CFFE;
}
.AnyTagClassName
{
color: #69CFFE;
}
</style>
background-color css
<style>
a { background-color: #69CFFE; }
a { background-color: rgb(105,207,254); }
div.DivClassName
{
background-color: #69CFFE;
}
.BgClassName
{
background-color: #69CFFE;
}
</style>
border-color css
<style>
span { border-color: #69CFFE; }
span { border-color: rgb(105,207,254); }
td.TdClassName
{
border-color: #69CFFE;
}
.TagClassName
{
border-color: #69CFFE;
}
</style>