Shades of Baby Blue #69F2F0
Tints of Baby Blue #69F2F0
RGB
CMYK
RGB Variations
Color information
#69F2F0 (or 0x69F2F0) is known color: Baby Blue. HEX triplet: 69, F2 and F0. RGB value is (105,242,240). Sum of RGB (Red+Green+Blue) = 105+242+240=587 (77% of max value = 765). Red value is 105 (41.41% from 255 or 17.89% from 587); Green value is 242 (94.92% from 255 or 41.23% from 587); Blue value is 240 (94.14% from 255 or 40.89% from 587); Max value from RGB is 242 - color contains mainly: green. Hex color #69F2F0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69F2F0 is #960D0F. Grayscale: #C8C8C8. Windows color (decimal): -9833744 or 15790697. OLE color: 15790697.
HSL color Cylindrical-coordinate representation of color #69F2F0: hue angle of 179.12º 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 #69F2F0 is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 242 | 240 | - |
| CMYK | 0.57 | 0 | 0.01 | 0.05 |
| HSL | 179.12º | 0.84% | 0.68% | - |
| HSV(B) | 179.12º | 0.57% | 0.95% | - |
| XYZ | 53.31 | 72.8 | 93.68 | - |
| YUV | 200.81 | 150.11 | 59.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 242 | 240 | 0.57 | 0 | 0.01 | 0.05 | 179.12 | 0.84 | 0.68 |
| Hex | 69 | F2 | F0 | 39 | 0 | 1 | 5 | B3 | 54 | 44 |
| Octal | 151 | 362 | 360 | 71 | 0 | 1 | 5 | 263 | 124 | 104 |
| Binary | 1101001 | 11110010 | 11110000 | 111001 | 0 | 1 | 101 | 10110011 | 1010100 | 1000100 |
Color Harmonies of #69F2F0
Complementary color
Monochromatic Colors of #69F2F0
Black with #69F2F0
Text Example
Text Example
White with #69F2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69F2F0; }
p { color: rgb(105,242,240); }
H1.HeaderClassName
{
color: #69F2F0;
}
.AnyTagClassName
{
color: #69F2F0;
}
</style>
background-color css
<style>
a { background-color: #69F2F0; }
a { background-color: rgb(105,242,240); }
div.DivClassName
{
background-color: #69F2F0;
}
.BgClassName
{
background-color: #69F2F0;
}
</style>
border-color css
<style>
span { border-color: #69F2F0; }
span { border-color: rgb(105,242,240); }
td.TdClassName
{
border-color: #69F2F0;
}
.TagClassName
{
border-color: #69F2F0;
}
</style>