Shades of Maya Blue #69B2FC
Tints of Maya Blue #69B2FC
RGB
CMYK
RGB Variations
Color information
#69B2FC (or 0x69B2FC) is known color: Maya Blue. HEX triplet: 69, B2 and FC. RGB value is (105,178,252). Sum of RGB (Red+Green+Blue) = 105+178+252=535 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.63% from 535); Green value is 178 (69.92% from 255 or 33.27% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #69B2FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69B2FC is #964D03. Grayscale: #A4A4A4. Windows color (decimal): -9850116 or 16560745. OLE color: 16560745.
HSL color Cylindrical-coordinate representation of color #69B2FC: hue angle of 210.2º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69B2FC is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 105 | 178 | 252 | - |
| CMYK | 0.58 | 0.29 | 0 | 0.01 |
| HSL | 210.2º | 0.96% | 0.7% | - |
| HSV(B) | 210.2º | 0.58% | 0.99% | - |
| XYZ | 39.32 | 41.87 | 98.11 | - |
| YUV | 164.61 | 177.32 | 85.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 178 | 252 | 0.58 | 0.29 | 0 | 0.01 | 210.2 | 0.96 | 0.7 |
| Hex | 69 | B2 | FC | 3A | 1D | 0 | 1 | D2 | 60 | 46 |
| Octal | 151 | 262 | 374 | 72 | 35 | 0 | 1 | 322 | 140 | 106 |
| Binary | 1101001 | 10110010 | 11111100 | 111010 | 11101 | 0 | 1 | 11010010 | 1100000 | 1000110 |
Color Harmonies of #69B2FC
Complementary color
Monochromatic Colors of #69B2FC
Black with #69B2FC
Text Example
Text Example
White with #69B2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B2FC; }
p { color: rgb(105,178,252); }
H1.HeaderClassName
{
color: #69B2FC;
}
.AnyTagClassName
{
color: #69B2FC;
}
</style>
background-color css
<style>
a { background-color: #69B2FC; }
a { background-color: rgb(105,178,252); }
div.DivClassName
{
background-color: #69B2FC;
}
.BgClassName
{
background-color: #69B2FC;
}
</style>
border-color css
<style>
span { border-color: #69B2FC; }
span { border-color: rgb(105,178,252); }
td.TdClassName
{
border-color: #69B2FC;
}
.TagClassName
{
border-color: #69B2FC;
}
</style>