Shades of Baby Blue #69FDE7
Tints of Baby Blue #69FDE7
RGB
CMYK
RGB Variations
Color information
#69FDE7 (or 0x69FDE7) is known color: Baby Blue. HEX triplet: 69, FD and E7. RGB value is (105,253,231). Sum of RGB (Red+Green+Blue) = 105+253+231=589 (78% of max value = 765). Red value is 105 (41.41% from 255 or 17.83% from 589); Green value is 253 (99.22% from 255 or 42.95% from 589); Blue value is 231 (90.62% from 255 or 39.22% from 589); Max value from RGB is 253 - color contains mainly: green. Hex color #69FDE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69FDE7 is #960218. Grayscale: #CECECE. Windows color (decimal): -9830937 or 15203689. OLE color: 15203689.
HSL color Cylindrical-coordinate representation of color #69FDE7: hue angle of 171.08º 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 #69FDE7 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 105 | 253 | 231 | - |
| CMYK | 0.58 | 0 | 0.09 | 0.01 |
| HSL | 171.08º | 0.97% | 0.7% | - |
| HSV(B) | 171.08º | 0.58% | 0.99% | - |
| XYZ | 55.37 | 79.02 | 87.94 | - |
| YUV | 206.24 | 141.97 | 55.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 253 | 231 | 0.58 | 0 | 0.09 | 0.01 | 171.08 | 0.97 | 0.7 |
| Hex | 69 | FD | E7 | 3A | 0 | 9 | 1 | AB | 61 | 46 |
| Octal | 151 | 375 | 347 | 72 | 0 | 11 | 1 | 253 | 141 | 106 |
| Binary | 1101001 | 11111101 | 11100111 | 111010 | 0 | 1001 | 1 | 10101011 | 1100001 | 1000110 |
Color Harmonies of #69FDE7
Complementary color
Monochromatic Colors of #69FDE7
Black with #69FDE7
Text Example
Text Example
White with #69FDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69FDE7; }
p { color: rgb(105,253,231); }
H1.HeaderClassName
{
color: #69FDE7;
}
.AnyTagClassName
{
color: #69FDE7;
}
</style>
background-color css
<style>
a { background-color: #69FDE7; }
a { background-color: rgb(105,253,231); }
div.DivClassName
{
background-color: #69FDE7;
}
.BgClassName
{
background-color: #69FDE7;
}
</style>
border-color css
<style>
span { border-color: #69FDE7; }
span { border-color: rgb(105,253,231); }
td.TdClassName
{
border-color: #69FDE7;
}
.TagClassName
{
border-color: #69FDE7;
}
</style>