Shades of Baby Blue #69F5EF
Tints of Baby Blue #69F5EF
RGB
CMYK
RGB Variations
Color information
#69F5EF (or 0x69F5EF) is known color: Baby Blue. HEX triplet: 69, F5 and EF. RGB value is (105,245,239). Sum of RGB (Red+Green+Blue) = 105+245+239=589 (78% of max value = 765). Red value is 105 (41.41% from 255 or 17.83% from 589); Green value is 245 (96.09% from 255 or 41.60% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 245 - color contains mainly: green. Hex color #69F5EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69F5EF is #960A10. Grayscale: #CACACA. Windows color (decimal): -9832977 or 15725929. OLE color: 15725929.
HSL color Cylindrical-coordinate representation of color #69F5EF: hue angle of 177.43º degrees, saturation: 0.88, 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 #69F5EF is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 105 | 245 | 239 | - |
| CMYK | 0.57 | 0 | 0.02 | 0.04 |
| HSL | 177.43º | 0.88% | 0.69% | - |
| HSV(B) | 177.43º | 0.57% | 0.96% | - |
| XYZ | 54.06 | 74.54 | 93.2 | - |
| YUV | 202.46 | 148.62 | 58.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 245 | 239 | 0.57 | 0 | 0.02 | 0.04 | 177.43 | 0.88 | 0.69 |
| Hex | 69 | F5 | EF | 39 | 0 | 2 | 4 | B1 | 58 | 45 |
| Octal | 151 | 365 | 357 | 71 | 0 | 2 | 4 | 261 | 130 | 105 |
| Binary | 1101001 | 11110101 | 11101111 | 111001 | 0 | 10 | 100 | 10110001 | 1011000 | 1000101 |
Color Harmonies of #69F5EF
Complementary color
Monochromatic Colors of #69F5EF
Black with #69F5EF
Text Example
Text Example
White with #69F5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69F5EF; }
p { color: rgb(105,245,239); }
H1.HeaderClassName
{
color: #69F5EF;
}
.AnyTagClassName
{
color: #69F5EF;
}
</style>
background-color css
<style>
a { background-color: #69F5EF; }
a { background-color: rgb(105,245,239); }
div.DivClassName
{
background-color: #69F5EF;
}
.BgClassName
{
background-color: #69F5EF;
}
</style>
border-color css
<style>
span { border-color: #69F5EF; }
span { border-color: rgb(105,245,239); }
td.TdClassName
{
border-color: #69F5EF;
}
.TagClassName
{
border-color: #69F5EF;
}
</style>