Shades of Maya Blue #69CBFC
Tints of Maya Blue #69CBFC
RGB
CMYK
RGB Variations
Color information
#69CBFC (or 0x69CBFC) is known color: Maya Blue. HEX triplet: 69, CB and FC. RGB value is (105,203,252). Sum of RGB (Red+Green+Blue) = 105+203+252=560 (74% of max value = 765). Red value is 105 (41.41% from 255 or 18.75% from 560); Green value is 203 (79.69% from 255 or 36.25% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #69CBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69CBFC is #963403. Grayscale: #B2B2B2. Windows color (decimal): -9843716 or 16567145. OLE color: 16567145.
HSL color Cylindrical-coordinate representation of color #69CBFC: hue angle of 200º 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 #69CBFC is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 105 | 203 | 252 | - |
| CMYK | 0.58 | 0.19 | 0 | 0.01 |
| HSL | 200º | 0.96% | 0.7% | - |
| HSV(B) | 200º | 0.58% | 0.99% | - |
| XYZ | 44.75 | 52.74 | 99.92 | - |
| YUV | 179.28 | 169.03 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 203 | 252 | 0.58 | 0.19 | 0 | 0.01 | 200 | 0.96 | 0.7 |
| Hex | 69 | CB | FC | 3A | 13 | 0 | 1 | C8 | 60 | 46 |
| Octal | 151 | 313 | 374 | 72 | 23 | 0 | 1 | 310 | 140 | 106 |
| Binary | 1101001 | 11001011 | 11111100 | 111010 | 10011 | 0 | 1 | 11001000 | 1100000 | 1000110 |
Color Harmonies of #69CBFC
Complementary color
Monochromatic Colors of #69CBFC
Black with #69CBFC
Text Example
Text Example
White with #69CBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CBFC; }
p { color: rgb(105,203,252); }
H1.HeaderClassName
{
color: #69CBFC;
}
.AnyTagClassName
{
color: #69CBFC;
}
</style>
background-color css
<style>
a { background-color: #69CBFC; }
a { background-color: rgb(105,203,252); }
div.DivClassName
{
background-color: #69CBFC;
}
.BgClassName
{
background-color: #69CBFC;
}
</style>
border-color css
<style>
span { border-color: #69CBFC; }
span { border-color: rgb(105,203,252); }
td.TdClassName
{
border-color: #69CBFC;
}
.TagClassName
{
border-color: #69CBFC;
}
</style>