Shades of Baby Blue #69F2EE
Tints of Baby Blue #69F2EE
RGB
CMYK
RGB Variations
Color information
#69F2EE (or 0x69F2EE) is known color: Baby Blue. HEX triplet: 69, F2 and EE. RGB value is (105,242,238). Sum of RGB (Red+Green+Blue) = 105+242+238=585 (77% of max value = 765). Red value is 105 (41.41% from 255 or 17.95% from 585); Green value is 242 (94.92% from 255 or 41.37% from 585); Blue value is 238 (93.36% from 255 or 40.68% from 585); Max value from RGB is 242 - color contains mainly: green. Hex color #69F2EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69F2EE is #960D11. Grayscale: #C8C8C8. Windows color (decimal): -9833746 or 15659625. OLE color: 15659625.
HSL color Cylindrical-coordinate representation of color #69F2EE: hue angle of 178.25º 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 #69F2EE is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 242 | 238 | - |
| CMYK | 0.57 | 0 | 0.02 | 0.05 |
| HSL | 178.25º | 0.84% | 0.68% | - |
| HSV(B) | 178.25º | 0.57% | 0.95% | - |
| XYZ | 53.01 | 72.68 | 92.12 | - |
| YUV | 200.58 | 149.11 | 59.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 242 | 238 | 0.57 | 0 | 0.02 | 0.05 | 178.25 | 0.84 | 0.68 |
| Hex | 69 | F2 | EE | 39 | 0 | 2 | 5 | B2 | 54 | 44 |
| Octal | 151 | 362 | 356 | 71 | 0 | 2 | 5 | 262 | 124 | 104 |
| Binary | 1101001 | 11110010 | 11101110 | 111001 | 0 | 10 | 101 | 10110010 | 1010100 | 1000100 |
Color Harmonies of #69F2EE
Complementary color
Monochromatic Colors of #69F2EE
Black with #69F2EE
Text Example
Text Example
White with #69F2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69F2EE; }
p { color: rgb(105,242,238); }
H1.HeaderClassName
{
color: #69F2EE;
}
.AnyTagClassName
{
color: #69F2EE;
}
</style>
background-color css
<style>
a { background-color: #69F2EE; }
a { background-color: rgb(105,242,238); }
div.DivClassName
{
background-color: #69F2EE;
}
.BgClassName
{
background-color: #69F2EE;
}
</style>
border-color css
<style>
span { border-color: #69F2EE; }
span { border-color: rgb(105,242,238); }
td.TdClassName
{
border-color: #69F2EE;
}
.TagClassName
{
border-color: #69F2EE;
}
</style>