Shades of Baby Blue #68EFEE
Tints of Baby Blue #68EFEE
RGB
CMYK
RGB Variations
Color information
#68EFEE (or 0x68EFEE) is known color: Baby Blue. HEX triplet: 68, EF and EE. RGB value is (104,239,238). Sum of RGB (Red+Green+Blue) = 104+239+238=581 (76% of max value = 765). Red value is 104 (41.02% from 255 or 17.90% from 581); Green value is 239 (93.75% from 255 or 41.14% from 581); Blue value is 238 (93.36% from 255 or 40.96% from 581); Max value from RGB is 239 - color contains mainly: green. Hex color #68EFEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68EFEE is #971011. Grayscale: #C6C6C6. Windows color (decimal): -9900050 or 15658856. OLE color: 15658856.
HSL color Cylindrical-coordinate representation of color #68EFEE: hue angle of 179.56º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EFEE is Cyan = 0.56, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 239 | 238 | - |
| CMYK | 0.56 | 0 | 0.00 | 0.06 |
| HSL | 179.56º | 0.81% | 0.67% | - |
| HSV(B) | 179.56º | 0.56% | 0.94% | - |
| XYZ | 52.01 | 70.85 | 91.82 | - |
| YUV | 198.52 | 150.27 | 60.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 239 | 238 | 0.56 | 0 | 0.00 | 0.06 | 179.56 | 0.81 | 0.67 |
| Hex | 68 | EF | EE | 38 | 0 | 0 | 6 | B4 | 51 | 43 |
| Octal | 150 | 357 | 356 | 70 | 0 | 0 | 6 | 264 | 121 | 103 |
| Binary | 1101000 | 11101111 | 11101110 | 111000 | 0 | 0 | 110 | 10110100 | 1010001 | 1000011 |
Color Harmonies of #68EFEE
Complementary color
Monochromatic Colors of #68EFEE
Black with #68EFEE
Text Example
Text Example
White with #68EFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EFEE; }
p { color: rgb(104,239,238); }
H1.HeaderClassName
{
color: #68EFEE;
}
.AnyTagClassName
{
color: #68EFEE;
}
</style>
background-color css
<style>
a { background-color: #68EFEE; }
a { background-color: rgb(104,239,238); }
div.DivClassName
{
background-color: #68EFEE;
}
.BgClassName
{
background-color: #68EFEE;
}
</style>
border-color css
<style>
span { border-color: #68EFEE; }
span { border-color: rgb(104,239,238); }
td.TdClassName
{
border-color: #68EFEE;
}
.TagClassName
{
border-color: #68EFEE;
}
</style>