Shades of Baby Blue #69FFF1
Tints of Baby Blue #69FFF1
RGB
CMYK
RGB Variations
Color information
#69FFF1 (or 0x69FFF1) is known color: Baby Blue. HEX triplet: 69, FF and F1. RGB value is (105,255,241). Sum of RGB (Red+Green+Blue) = 105+255+241=601 (79% of max value = 765). Red value is 105 (41.41% from 255 or 17.47% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 241 (94.53% from 255 or 40.10% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #69FFF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69FFF1 is #96000E. Grayscale: #D0D0D0. Windows color (decimal): -9830415 or 15859561. OLE color: 15859561.
HSL color Cylindrical-coordinate representation of color #69FFF1: hue angle of 174.4º 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 #69FFF1 is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 255 | 241 | - |
| CMYK | 0.59 | 0 | 0.05 | 0 |
| HSL | 174.4º | 1% | 0.71% | - |
| HSV(B) | 174.4º | 0.59% | 1% | - |
| XYZ | 57.46 | 80.87 | 95.8 | - |
| YUV | 208.55 | 146.31 | 54.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 255 | 241 | 0.59 | 0 | 0.05 | 0 | 174.4 | 1 | 0.71 |
| Hex | 69 | FF | F1 | 3B | 0 | 5 | 0 | AE | 64 | 47 |
| Octal | 151 | 377 | 361 | 73 | 0 | 5 | 0 | 256 | 144 | 107 |
| Binary | 1101001 | 11111111 | 11110001 | 111011 | 0 | 101 | 0 | 10101110 | 1100100 | 1000111 |
Color Harmonies of #69FFF1
Complementary color
Monochromatic Colors of #69FFF1
Black with #69FFF1
Text Example
Text Example
White with #69FFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69FFF1; }
p { color: rgb(105,255,241); }
H1.HeaderClassName
{
color: #69FFF1;
}
.AnyTagClassName
{
color: #69FFF1;
}
</style>
background-color css
<style>
a { background-color: #69FFF1; }
a { background-color: rgb(105,255,241); }
div.DivClassName
{
background-color: #69FFF1;
}
.BgClassName
{
background-color: #69FFF1;
}
</style>
border-color css
<style>
span { border-color: #69FFF1; }
span { border-color: rgb(105,255,241); }
td.TdClassName
{
border-color: #69FFF1;
}
.TagClassName
{
border-color: #69FFF1;
}
</style>