Shades of Baby Blue #69FEF7
Tints of Baby Blue #69FEF7
RGB
CMYK
RGB Variations
Color information
#69FEF7 (or 0x69FEF7) is known color: Baby Blue. HEX triplet: 69, FE and F7. RGB value is (105,254,247). Sum of RGB (Red+Green+Blue) = 105+254+247=606 (80% of max value = 765). Red value is 105 (41.41% from 255 or 17.33% from 606); Green value is 254 (99.61% from 255 or 41.91% from 606); Blue value is 247 (96.88% from 255 or 40.76% from 606); Max value from RGB is 254 - color contains mainly: green. Hex color #69FEF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69FEF7 is #960108. Grayscale: #D0D0D0. Windows color (decimal): -9830665 or 16252521. OLE color: 16252521.
HSL color Cylindrical-coordinate representation of color #69FEF7: hue angle of 177.18º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69FEF7 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 105 | 254 | 247 | - |
| CMYK | 0.59 | 0 | 0.03 | 0.00 |
| HSL | 177.18º | 0.99% | 0.7% | - |
| HSV(B) | 177.18º | 0.59% | 1% | - |
| XYZ | 58.06 | 80.6 | 100.49 | - |
| YUV | 208.65 | 149.64 | 54.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 254 | 247 | 0.59 | 0 | 0.03 | 0.00 | 177.18 | 0.99 | 0.7 |
| Hex | 69 | FE | F7 | 3B | 0 | 3 | 0 | B1 | 63 | 46 |
| Octal | 151 | 376 | 367 | 73 | 0 | 3 | 0 | 261 | 143 | 106 |
| Binary | 1101001 | 11111110 | 11110111 | 111011 | 0 | 11 | 0 | 10110001 | 1100011 | 1000110 |
Color Harmonies of #69FEF7
Complementary color
Monochromatic Colors of #69FEF7
Black with #69FEF7
Text Example
Text Example
White with #69FEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69FEF7; }
p { color: rgb(105,254,247); }
H1.HeaderClassName
{
color: #69FEF7;
}
.AnyTagClassName
{
color: #69FEF7;
}
</style>
background-color css
<style>
a { background-color: #69FEF7; }
a { background-color: rgb(105,254,247); }
div.DivClassName
{
background-color: #69FEF7;
}
.BgClassName
{
background-color: #69FEF7;
}
</style>
border-color css
<style>
span { border-color: #69FEF7; }
span { border-color: rgb(105,254,247); }
td.TdClassName
{
border-color: #69FEF7;
}
.TagClassName
{
border-color: #69FEF7;
}
</style>