Shades of Maya Blue #69CCF2
Tints of Maya Blue #69CCF2
RGB
CMYK
RGB Variations
Color information
#69CCF2 (or 0x69CCF2) is known color: Maya Blue. HEX triplet: 69, CC and F2. RGB value is (105,204,242). Sum of RGB (Red+Green+Blue) = 105+204+242=551 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.06% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 242 (94.92% from 255 or 43.92% from 551); Max value from RGB is 242 - color contains mainly: blue. Hex color #69CCF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69CCF2 is #96330D. Grayscale: #B2B2B2. Windows color (decimal): -9843470 or 15912041. OLE color: 15912041.
HSL color Cylindrical-coordinate representation of color #69CCF2: hue angle of 196.64º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69CCF2 is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 204 | 242 | - |
| CMYK | 0.57 | 0.16 | 0 | 0.05 |
| HSL | 196.64º | 0.84% | 0.68% | - |
| HSV(B) | 196.64º | 0.57% | 0.95% | - |
| XYZ | 43.45 | 52.6 | 91.87 | - |
| YUV | 178.73 | 163.7 | 75.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 204 | 242 | 0.57 | 0.16 | 0 | 0.05 | 196.64 | 0.84 | 0.68 |
| Hex | 69 | CC | F2 | 39 | 10 | 0 | 5 | C5 | 54 | 44 |
| Octal | 151 | 314 | 362 | 71 | 20 | 0 | 5 | 305 | 124 | 104 |
| Binary | 1101001 | 11001100 | 11110010 | 111001 | 10000 | 0 | 101 | 11000101 | 1010100 | 1000100 |
Color Harmonies of #69CCF2
Complementary color
Monochromatic Colors of #69CCF2
Black with #69CCF2
Text Example
Text Example
White with #69CCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CCF2; }
p { color: rgb(105,204,242); }
H1.HeaderClassName
{
color: #69CCF2;
}
.AnyTagClassName
{
color: #69CCF2;
}
</style>
background-color css
<style>
a { background-color: #69CCF2; }
a { background-color: rgb(105,204,242); }
div.DivClassName
{
background-color: #69CCF2;
}
.BgClassName
{
background-color: #69CCF2;
}
</style>
border-color css
<style>
span { border-color: #69CCF2; }
span { border-color: rgb(105,204,242); }
td.TdClassName
{
border-color: #69CCF2;
}
.TagClassName
{
border-color: #69CCF2;
}
</style>