Shades of Baby Blue #69FFEB
Tints of Baby Blue #69FFEB
RGB
CMYK
RGB Variations
Color information
#69FFEB (or 0x69FFEB) is known color: Baby Blue. HEX triplet: 69, FF and EB. RGB value is (105,255,235). Sum of RGB (Red+Green+Blue) = 105+255+235=595 (78% of max value = 765). Red value is 105 (41.41% from 255 or 17.65% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 235 (92.19% from 255 or 39.50% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #69FFEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69FFEB is #960014. Grayscale: #CFCFCF. Windows color (decimal): -9830421 or 15466345. OLE color: 15466345.
HSL color Cylindrical-coordinate representation of color #69FFEB: hue angle of 172º 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 #69FFEB is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 255 | 235 | - |
| CMYK | 0.59 | 0 | 0.08 | 0 |
| HSL | 172º | 1% | 0.71% | - |
| HSV(B) | 172º | 0.59% | 1% | - |
| XYZ | 56.58 | 80.52 | 91.16 | - |
| YUV | 207.87 | 143.31 | 54.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 255 | 235 | 0.59 | 0 | 0.08 | 0 | 172 | 1 | 0.71 |
| Hex | 69 | FF | EB | 3B | 0 | 8 | 0 | AC | 64 | 47 |
| Octal | 151 | 377 | 353 | 73 | 0 | 10 | 0 | 254 | 144 | 107 |
| Binary | 1101001 | 11111111 | 11101011 | 111011 | 0 | 1000 | 0 | 10101100 | 1100100 | 1000111 |
Color Harmonies of #69FFEB
Complementary color
Monochromatic Colors of #69FFEB
Black with #69FFEB
Text Example
Text Example
White with #69FFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69FFEB; }
p { color: rgb(105,255,235); }
H1.HeaderClassName
{
color: #69FFEB;
}
.AnyTagClassName
{
color: #69FFEB;
}
</style>
background-color css
<style>
a { background-color: #69FFEB; }
a { background-color: rgb(105,255,235); }
div.DivClassName
{
background-color: #69FFEB;
}
.BgClassName
{
background-color: #69FFEB;
}
</style>
border-color css
<style>
span { border-color: #69FFEB; }
span { border-color: rgb(105,255,235); }
td.TdClassName
{
border-color: #69FFEB;
}
.TagClassName
{
border-color: #69FFEB;
}
</style>