Shades of Baby Blue #69FFED
Tints of Baby Blue #69FFED
RGB
CMYK
RGB Variations
Color information
#69FFED (or 0x69FFED) is known color: Baby Blue. HEX triplet: 69, FF and ED. RGB value is (105,255,237). Sum of RGB (Red+Green+Blue) = 105+255+237=597 (79% of max value = 765). Red value is 105 (41.41% from 255 or 17.59% from 597); Green value is 255 (100% from 255 or 42.71% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 255 - color contains mainly: green. Hex color #69FFED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69FFED is #960012. Grayscale: #D0D0D0. Windows color (decimal): -9830419 or 15597417. OLE color: 15597417.
HSL color Cylindrical-coordinate representation of color #69FFED: hue angle of 172.8º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69FFED is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 255 | 237 | - |
| CMYK | 0.59 | 0 | 0.07 | 0 |
| HSL | 172.8º | 1% | 0.71% | - |
| HSV(B) | 172.8º | 0.59% | 1% | - |
| XYZ | 56.87 | 80.64 | 92.69 | - |
| YUV | 208.1 | 144.31 | 54.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 255 | 237 | 0.59 | 0 | 0.07 | 0 | 172.8 | 1 | 0.71 |
| Hex | 69 | FF | ED | 3B | 0 | 7 | 0 | AD | 64 | 47 |
| Octal | 151 | 377 | 355 | 73 | 0 | 7 | 0 | 255 | 144 | 107 |
| Binary | 1101001 | 11111111 | 11101101 | 111011 | 0 | 111 | 0 | 10101101 | 1100100 | 1000111 |
Color Harmonies of #69FFED
Complementary color
Monochromatic Colors of #69FFED
Black with #69FFED
Text Example
Text Example
White with #69FFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69FFED; }
p { color: rgb(105,255,237); }
H1.HeaderClassName
{
color: #69FFED;
}
.AnyTagClassName
{
color: #69FFED;
}
</style>
background-color css
<style>
a { background-color: #69FFED; }
a { background-color: rgb(105,255,237); }
div.DivClassName
{
background-color: #69FFED;
}
.BgClassName
{
background-color: #69FFED;
}
</style>
border-color css
<style>
span { border-color: #69FFED; }
span { border-color: rgb(105,255,237); }
td.TdClassName
{
border-color: #69FFED;
}
.TagClassName
{
border-color: #69FFED;
}
</style>