Shades of Baby Blue #69FDF0
Tints of Baby Blue #69FDF0
RGB
CMYK
RGB Variations
Color information
#69FDF0 (or 0x69FDF0) is known color: Baby Blue. HEX triplet: 69, FD and F0. RGB value is (105,253,240). Sum of RGB (Red+Green+Blue) = 105+253+240=598 (79% of max value = 765). Red value is 105 (41.41% from 255 or 17.56% from 598); Green value is 253 (99.22% from 255 or 42.31% from 598); Blue value is 240 (94.14% from 255 or 40.13% from 598); Max value from RGB is 253 - color contains mainly: green. Hex color #69FDF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69FDF0 is #96020F. Grayscale: #CFCFCF. Windows color (decimal): -9830928 or 15793513. OLE color: 15793513.
HSL color Cylindrical-coordinate representation of color #69FDF0: hue angle of 174.73º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69FDF0 is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 105 | 253 | 240 | - |
| CMYK | 0.58 | 0 | 0.05 | 0.01 |
| HSL | 174.73º | 0.97% | 0.7% | - |
| HSV(B) | 174.73º | 0.58% | 0.99% | - |
| XYZ | 56.68 | 79.55 | 94.8 | - |
| YUV | 207.27 | 146.47 | 55.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 253 | 240 | 0.58 | 0 | 0.05 | 0.01 | 174.73 | 0.97 | 0.7 |
| Hex | 69 | FD | F0 | 3A | 0 | 5 | 1 | AF | 61 | 46 |
| Octal | 151 | 375 | 360 | 72 | 0 | 5 | 1 | 257 | 141 | 106 |
| Binary | 1101001 | 11111101 | 11110000 | 111010 | 0 | 101 | 1 | 10101111 | 1100001 | 1000110 |
Color Harmonies of #69FDF0
Complementary color
Monochromatic Colors of #69FDF0
Black with #69FDF0
Text Example
Text Example
White with #69FDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69FDF0; }
p { color: rgb(105,253,240); }
H1.HeaderClassName
{
color: #69FDF0;
}
.AnyTagClassName
{
color: #69FDF0;
}
</style>
background-color css
<style>
a { background-color: #69FDF0; }
a { background-color: rgb(105,253,240); }
div.DivClassName
{
background-color: #69FDF0;
}
.BgClassName
{
background-color: #69FDF0;
}
</style>
border-color css
<style>
span { border-color: #69FDF0; }
span { border-color: rgb(105,253,240); }
td.TdClassName
{
border-color: #69FDF0;
}
.TagClassName
{
border-color: #69FDF0;
}
</style>