Shades of Maya Blue #69CAEF
Tints of Maya Blue #69CAEF
RGB
CMYK
RGB Variations
Color information
#69CAEF (or 0x69CAEF) is known color: Maya Blue. HEX triplet: 69, CA and EF. RGB value is (105,202,239). Sum of RGB (Red+Green+Blue) = 105+202+239=546 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.23% from 546); Green value is 202 (79.30% from 255 or 37.00% from 546); Blue value is 239 (93.75% from 255 or 43.77% from 546); Max value from RGB is 239 - color contains mainly: blue. Hex color #69CAEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69CAEF is #963510. Grayscale: #B0B0B0. Windows color (decimal): -9843985 or 15714921. OLE color: 15714921.
HSL color Cylindrical-coordinate representation of color #69CAEF: hue angle of 196.57º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69CAEF is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 105 | 202 | 239 | - |
| CMYK | 0.56 | 0.15 | 0 | 0.06 |
| HSL | 196.57º | 0.81% | 0.67% | - |
| HSV(B) | 196.57º | 0.56% | 0.94% | - |
| XYZ | 42.53 | 51.48 | 89.36 | - |
| YUV | 177.22 | 162.86 | 76.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 202 | 239 | 0.56 | 0.15 | 0 | 0.06 | 196.57 | 0.81 | 0.67 |
| Hex | 69 | CA | EF | 38 | F | 0 | 6 | C5 | 51 | 43 |
| Octal | 151 | 312 | 357 | 70 | 17 | 0 | 6 | 305 | 121 | 103 |
| Binary | 1101001 | 11001010 | 11101111 | 111000 | 1111 | 0 | 110 | 11000101 | 1010001 | 1000011 |
Color Harmonies of #69CAEF
Complementary color
Monochromatic Colors of #69CAEF
Black with #69CAEF
Text Example
Text Example
White with #69CAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CAEF; }
p { color: rgb(105,202,239); }
H1.HeaderClassName
{
color: #69CAEF;
}
.AnyTagClassName
{
color: #69CAEF;
}
</style>
background-color css
<style>
a { background-color: #69CAEF; }
a { background-color: rgb(105,202,239); }
div.DivClassName
{
background-color: #69CAEF;
}
.BgClassName
{
background-color: #69CAEF;
}
</style>
border-color css
<style>
span { border-color: #69CAEF; }
span { border-color: rgb(105,202,239); }
td.TdClassName
{
border-color: #69CAEF;
}
.TagClassName
{
border-color: #69CAEF;
}
</style>