Shades of Baby Blue #69F3EC
Tints of Baby Blue #69F3EC
RGB
CMYK
RGB Variations
Color information
#69F3EC (or 0x69F3EC) is known color: Baby Blue. HEX triplet: 69, F3 and EC. RGB value is (105,243,236). Sum of RGB (Red+Green+Blue) = 105+243+236=584 (77% of max value = 765). Red value is 105 (41.41% from 255 or 17.98% from 584); Green value is 243 (95.31% from 255 or 41.61% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 243 - color contains mainly: green. Hex color #69F3EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69F3EC is #960C13. Grayscale: #C8C8C8. Windows color (decimal): -9833492 or 15528809. OLE color: 15528809.
HSL color Cylindrical-coordinate representation of color #69F3EC: hue angle of 176.96º degrees, saturation: 0.85, 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 #69F3EC is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 243 | 236 | - |
| CMYK | 0.57 | 0 | 0.03 | 0.05 |
| HSL | 176.96º | 0.85% | 0.68% | - |
| HSV(B) | 176.96º | 0.57% | 0.95% | - |
| XYZ | 53.02 | 73.16 | 90.68 | - |
| YUV | 200.94 | 147.78 | 59.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 243 | 236 | 0.57 | 0 | 0.03 | 0.05 | 176.96 | 0.85 | 0.68 |
| Hex | 69 | F3 | EC | 39 | 0 | 3 | 5 | B1 | 55 | 44 |
| Octal | 151 | 363 | 354 | 71 | 0 | 3 | 5 | 261 | 125 | 104 |
| Binary | 1101001 | 11110011 | 11101100 | 111001 | 0 | 11 | 101 | 10110001 | 1010101 | 1000100 |
Color Harmonies of #69F3EC
Complementary color
Monochromatic Colors of #69F3EC
Black with #69F3EC
Text Example
Text Example
White with #69F3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69F3EC; }
p { color: rgb(105,243,236); }
H1.HeaderClassName
{
color: #69F3EC;
}
.AnyTagClassName
{
color: #69F3EC;
}
</style>
background-color css
<style>
a { background-color: #69F3EC; }
a { background-color: rgb(105,243,236); }
div.DivClassName
{
background-color: #69F3EC;
}
.BgClassName
{
background-color: #69F3EC;
}
</style>
border-color css
<style>
span { border-color: #69F3EC; }
span { border-color: rgb(105,243,236); }
td.TdClassName
{
border-color: #69F3EC;
}
.TagClassName
{
border-color: #69F3EC;
}
</style>