Shades of Maya Blue #69CFFF
Tints of Maya Blue #69CFFF
RGB
CMYK
RGB Variations
Color information
#69CFFF (or 0x69CFFF) is known color: Maya Blue. HEX triplet: 69, CF and FF. RGB value is (105,207,255). Sum of RGB (Red+Green+Blue) = 105+207+255=567 (75% of max value = 765). Red value is 105 (41.41% from 255 or 18.52% from 567); Green value is 207 (81.25% from 255 or 36.51% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #69CFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69CFFF is #963000. Grayscale: #B5B5B5. Windows color (decimal): -9842689 or 16764777. OLE color: 16764777.
HSL color Cylindrical-coordinate representation of color #69CFFF: hue angle of 199.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 #69CFFF is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 207 | 255 | - |
| CMYK | 0.59 | 0.19 | 0 | 0 |
| HSL | 199.2º | 1% | 0.71% | - |
| HSV(B) | 199.2º | 0.59% | 1% | - |
| XYZ | 46.19 | 54.85 | 102.76 | - |
| YUV | 181.97 | 169.21 | 73.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 207 | 255 | 0.59 | 0.19 | 0 | 0 | 199.2 | 1 | 0.71 |
| Hex | 69 | CF | FF | 3B | 13 | 0 | 0 | C7 | 64 | 47 |
| Octal | 151 | 317 | 377 | 73 | 23 | 0 | 0 | 307 | 144 | 107 |
| Binary | 1101001 | 11001111 | 11111111 | 111011 | 10011 | 0 | 0 | 11000111 | 1100100 | 1000111 |
Color Harmonies of #69CFFF
Complementary color
Monochromatic Colors of #69CFFF
Black with #69CFFF
Text Example
Text Example
White with #69CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CFFF; }
p { color: rgb(105,207,255); }
H1.HeaderClassName
{
color: #69CFFF;
}
.AnyTagClassName
{
color: #69CFFF;
}
</style>
background-color css
<style>
a { background-color: #69CFFF; }
a { background-color: rgb(105,207,255); }
div.DivClassName
{
background-color: #69CFFF;
}
.BgClassName
{
background-color: #69CFFF;
}
</style>
border-color css
<style>
span { border-color: #69CFFF; }
span { border-color: rgb(105,207,255); }
td.TdClassName
{
border-color: #69CFFF;
}
.TagClassName
{
border-color: #69CFFF;
}
</style>