Shades of Baby Blue #69F2E8
Tints of Baby Blue #69F2E8
RGB
CMYK
RGB Variations
Color information
#69F2E8 (or 0x69F2E8) is known color: Baby Blue. HEX triplet: 69, F2 and E8. RGB value is (105,242,232). Sum of RGB (Red+Green+Blue) = 105+242+232=579 (76% of max value = 765). Red value is 105 (41.41% from 255 or 18.13% from 579); Green value is 242 (94.92% from 255 or 41.80% from 579); Blue value is 232 (91.02% from 255 or 40.07% from 579); Max value from RGB is 242 - color contains mainly: green. Hex color #69F2E8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69F2E8 is #960D17. Grayscale: #C7C7C7. Windows color (decimal): -9833752 or 15266409. OLE color: 15266409.
HSL color Cylindrical-coordinate representation of color #69F2E8: hue angle of 175.62º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69F2E8 is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 242 | 232 | - |
| CMYK | 0.57 | 0 | 0.04 | 0.05 |
| HSL | 175.62º | 0.84% | 0.68% | - |
| HSV(B) | 175.62º | 0.57% | 0.95% | - |
| XYZ | 52.14 | 72.33 | 87.56 | - |
| YUV | 199.9 | 146.11 | 60.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 242 | 232 | 0.57 | 0 | 0.04 | 0.05 | 175.62 | 0.84 | 0.68 |
| Hex | 69 | F2 | E8 | 39 | 0 | 4 | 5 | B0 | 54 | 44 |
| Octal | 151 | 362 | 350 | 71 | 0 | 4 | 5 | 260 | 124 | 104 |
| Binary | 1101001 | 11110010 | 11101000 | 111001 | 0 | 100 | 101 | 10110000 | 1010100 | 1000100 |
Color Harmonies of #69F2E8
Complementary color
Monochromatic Colors of #69F2E8
Black with #69F2E8
Text Example
Text Example
White with #69F2E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69F2E8; }
p { color: rgb(105,242,232); }
H1.HeaderClassName
{
color: #69F2E8;
}
.AnyTagClassName
{
color: #69F2E8;
}
</style>
background-color css
<style>
a { background-color: #69F2E8; }
a { background-color: rgb(105,242,232); }
div.DivClassName
{
background-color: #69F2E8;
}
.BgClassName
{
background-color: #69F2E8;
}
</style>
border-color css
<style>
span { border-color: #69F2E8; }
span { border-color: rgb(105,242,232); }
td.TdClassName
{
border-color: #69F2E8;
}
.TagClassName
{
border-color: #69F2E8;
}
</style>