Shades of Baby Blue #69FFFE
Tints of Baby Blue #69FFFE
RGB
CMYK
RGB Variations
Color information
#69FFFE (or 0x69FFFE) is known color: Baby Blue. HEX triplet: 69, FF and FE. RGB value is (105,255,254). Sum of RGB (Red+Green+Blue) = 105+255+254=614 (81% of max value = 765). Red value is 105 (41.41% from 255 or 17.10% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #69FFFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69FFFE is #960001. Grayscale: #D1D1D1. Windows color (decimal): -9830402 or 16711529. OLE color: 16711529.
HSL color Cylindrical-coordinate representation of color #69FFFE: hue angle of 179.6º 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 #69FFFE is Cyan = 0.59, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 255 | 254 | - |
| CMYK | 0.59 | 0 | 0.00 | 0 |
| HSL | 179.6º | 1% | 0.71% | - |
| HSV(B) | 179.6º | 0.59% | 1% | - |
| XYZ | 59.48 | 81.68 | 106.4 | - |
| YUV | 210.04 | 152.81 | 53.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 255 | 254 | 0.59 | 0 | 0.00 | 0 | 179.6 | 1 | 0.71 |
| Hex | 69 | FF | FE | 3B | 0 | 0 | 0 | B4 | 64 | 47 |
| Octal | 151 | 377 | 376 | 73 | 0 | 0 | 0 | 264 | 144 | 107 |
| Binary | 1101001 | 11111111 | 11111110 | 111011 | 0 | 0 | 0 | 10110100 | 1100100 | 1000111 |
Color Harmonies of #69FFFE
Complementary color
Monochromatic Colors of #69FFFE
Black with #69FFFE
Text Example
Text Example
White with #69FFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69FFFE; }
p { color: rgb(105,255,254); }
H1.HeaderClassName
{
color: #69FFFE;
}
.AnyTagClassName
{
color: #69FFFE;
}
</style>
background-color css
<style>
a { background-color: #69FFFE; }
a { background-color: rgb(105,255,254); }
div.DivClassName
{
background-color: #69FFFE;
}
.BgClassName
{
background-color: #69FFFE;
}
</style>
border-color css
<style>
span { border-color: #69FFFE; }
span { border-color: rgb(105,255,254); }
td.TdClassName
{
border-color: #69FFFE;
}
.TagClassName
{
border-color: #69FFFE;
}
</style>