Shades of Baby Blue #68EEF9
Tints of Baby Blue #68EEF9
RGB
CMYK
RGB Variations
Color information
#68EEF9 (or 0x68EEF9) is known color: Baby Blue. HEX triplet: 68, EE and F9. RGB value is (104,238,249). Sum of RGB (Red+Green+Blue) = 104+238+249=591 (78% of max value = 765). Red value is 104 (41.02% from 255 or 17.60% from 591); Green value is 238 (93.36% from 255 or 40.27% from 591); Blue value is 249 (97.66% from 255 or 42.13% from 591); Max value from RGB is 249 - color contains mainly: blue. Hex color #68EEF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68EEF9 is #971106. Grayscale: #C7C7C7. Windows color (decimal): -9900295 or 16379496. OLE color: 16379496.
HSL color Cylindrical-coordinate representation of color #68EEF9: hue angle of 184.55º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68EEF9 is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 238 | 249 | - |
| CMYK | 0.58 | 0.04 | 0 | 0.02 |
| HSL | 184.55º | 0.92% | 0.69% | - |
| HSV(B) | 184.55º | 0.58% | 0.98% | - |
| XYZ | 53.38 | 70.93 | 100.5 | - |
| YUV | 199.19 | 156.11 | 60.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 238 | 249 | 0.58 | 0.04 | 0 | 0.02 | 184.55 | 0.92 | 0.69 |
| Hex | 68 | EE | F9 | 3A | 4 | 0 | 2 | B9 | 5C | 45 |
| Octal | 150 | 356 | 371 | 72 | 4 | 0 | 2 | 271 | 134 | 105 |
| Binary | 1101000 | 11101110 | 11111001 | 111010 | 100 | 0 | 10 | 10111001 | 1011100 | 1000101 |
Color Harmonies of #68EEF9
Complementary color
Monochromatic Colors of #68EEF9
Black with #68EEF9
Text Example
Text Example
White with #68EEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EEF9; }
p { color: rgb(104,238,249); }
H1.HeaderClassName
{
color: #68EEF9;
}
.AnyTagClassName
{
color: #68EEF9;
}
</style>
background-color css
<style>
a { background-color: #68EEF9; }
a { background-color: rgb(104,238,249); }
div.DivClassName
{
background-color: #68EEF9;
}
.BgClassName
{
background-color: #68EEF9;
}
</style>
border-color css
<style>
span { border-color: #68EEF9; }
span { border-color: rgb(104,238,249); }
td.TdClassName
{
border-color: #68EEF9;
}
.TagClassName
{
border-color: #68EEF9;
}
</style>