Shades of Baby Blue #69F6F2
Tints of Baby Blue #69F6F2
RGB
CMYK
RGB Variations
Color information
#69F6F2 (or 0x69F6F2) is known color: Baby Blue. HEX triplet: 69, F6 and F2. RGB value is (105,246,242). Sum of RGB (Red+Green+Blue) = 105+246+242=593 (78% of max value = 765). Red value is 105 (41.41% from 255 or 17.71% from 593); Green value is 246 (96.48% from 255 or 41.48% from 593); Blue value is 242 (94.92% from 255 or 40.81% from 593); Max value from RGB is 246 - color contains mainly: green. Hex color #69F6F2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69F6F2 is #96090D. Grayscale: #CBCBCB. Windows color (decimal): -9832718 or 15922793. OLE color: 15922793.
HSL color Cylindrical-coordinate representation of color #69F6F2: hue angle of 178.3º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69F6F2 is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 105 | 246 | 242 | - |
| CMYK | 0.57 | 0 | 0.02 | 0.04 |
| HSL | 178.3º | 0.89% | 0.69% | - |
| HSV(B) | 178.3º | 0.57% | 0.96% | - |
| XYZ | 54.81 | 75.33 | 95.65 | - |
| YUV | 203.39 | 149.79 | 57.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 246 | 242 | 0.57 | 0 | 0.02 | 0.04 | 178.3 | 0.89 | 0.69 |
| Hex | 69 | F6 | F2 | 39 | 0 | 2 | 4 | B2 | 59 | 45 |
| Octal | 151 | 366 | 362 | 71 | 0 | 2 | 4 | 262 | 131 | 105 |
| Binary | 1101001 | 11110110 | 11110010 | 111001 | 0 | 10 | 100 | 10110010 | 1011001 | 1000101 |
Color Harmonies of #69F6F2
Complementary color
Monochromatic Colors of #69F6F2
Black with #69F6F2
Text Example
Text Example
White with #69F6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69F6F2; }
p { color: rgb(105,246,242); }
H1.HeaderClassName
{
color: #69F6F2;
}
.AnyTagClassName
{
color: #69F6F2;
}
</style>
background-color css
<style>
a { background-color: #69F6F2; }
a { background-color: rgb(105,246,242); }
div.DivClassName
{
background-color: #69F6F2;
}
.BgClassName
{
background-color: #69F6F2;
}
</style>
border-color css
<style>
span { border-color: #69F6F2; }
span { border-color: rgb(105,246,242); }
td.TdClassName
{
border-color: #69F6F2;
}
.TagClassName
{
border-color: #69F6F2;
}
</style>