Shades of Baby Blue #69F4E8
Tints of Baby Blue #69F4E8
RGB
CMYK
RGB Variations
Color information
#69F4E8 (or 0x69F4E8) is known color: Baby Blue. HEX triplet: 69, F4 and E8. RGB value is (105,244,232). Sum of RGB (Red+Green+Blue) = 105+244+232=581 (76% of max value = 765). Red value is 105 (41.41% from 255 or 18.07% from 581); Green value is 244 (95.70% from 255 or 42.00% from 581); Blue value is 232 (91.02% from 255 or 39.93% from 581); Max value from RGB is 244 - color contains mainly: green. Hex color #69F4E8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69F4E8 is #960B17. Grayscale: #C8C8C8. Windows color (decimal): -9833240 or 15266921. OLE color: 15266921.
HSL color Cylindrical-coordinate representation of color #69F4E8: hue angle of 174.82º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69F4E8 is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 105 | 244 | 232 | - |
| CMYK | 0.57 | 0 | 0.05 | 0.04 |
| HSL | 174.82º | 0.86% | 0.68% | - |
| HSV(B) | 174.82º | 0.57% | 0.96% | - |
| XYZ | 52.74 | 73.53 | 87.76 | - |
| YUV | 201.07 | 145.45 | 59.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 244 | 232 | 0.57 | 0 | 0.05 | 0.04 | 174.82 | 0.86 | 0.68 |
| Hex | 69 | F4 | E8 | 39 | 0 | 5 | 4 | AF | 56 | 44 |
| Octal | 151 | 364 | 350 | 71 | 0 | 5 | 4 | 257 | 126 | 104 |
| Binary | 1101001 | 11110100 | 11101000 | 111001 | 0 | 101 | 100 | 10101111 | 1010110 | 1000100 |
Color Harmonies of #69F4E8
Complementary color
Monochromatic Colors of #69F4E8
Black with #69F4E8
Text Example
Text Example
White with #69F4E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69F4E8; }
p { color: rgb(105,244,232); }
H1.HeaderClassName
{
color: #69F4E8;
}
.AnyTagClassName
{
color: #69F4E8;
}
</style>
background-color css
<style>
a { background-color: #69F4E8; }
a { background-color: rgb(105,244,232); }
div.DivClassName
{
background-color: #69F4E8;
}
.BgClassName
{
background-color: #69F4E8;
}
</style>
border-color css
<style>
span { border-color: #69F4E8; }
span { border-color: rgb(105,244,232); }
td.TdClassName
{
border-color: #69F4E8;
}
.TagClassName
{
border-color: #69F4E8;
}
</style>