Shades of Baby Blue #68EEF7
Tints of Baby Blue #68EEF7
RGB
CMYK
RGB Variations
Color information
#68EEF7 (or 0x68EEF7) is known color: Baby Blue. HEX triplet: 68, EE and F7. RGB value is (104,238,247). Sum of RGB (Red+Green+Blue) = 104+238+247=589 (78% of max value = 765). Red value is 104 (41.02% from 255 or 17.66% from 589); Green value is 238 (93.36% from 255 or 40.41% from 589); Blue value is 247 (96.88% from 255 or 41.94% from 589); Max value from RGB is 247 - color contains mainly: blue. Hex color #68EEF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68EEF7 is #971108. Grayscale: #C6C6C6. Windows color (decimal): -9900297 or 16248424. OLE color: 16248424.
HSL color Cylindrical-coordinate representation of color #68EEF7: hue angle of 183.78º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68EEF7 is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 104 | 238 | 247 | - |
| CMYK | 0.58 | 0.04 | 0 | 0.03 |
| HSL | 183.78º | 0.9% | 0.69% | - |
| HSV(B) | 183.78º | 0.58% | 0.97% | - |
| XYZ | 53.07 | 70.81 | 98.87 | - |
| YUV | 198.96 | 155.11 | 60.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 238 | 247 | 0.58 | 0.04 | 0 | 0.03 | 183.78 | 0.9 | 0.69 |
| Hex | 68 | EE | F7 | 3A | 4 | 0 | 3 | B8 | 5A | 45 |
| Octal | 150 | 356 | 367 | 72 | 4 | 0 | 3 | 270 | 132 | 105 |
| Binary | 1101000 | 11101110 | 11110111 | 111010 | 100 | 0 | 11 | 10111000 | 1011010 | 1000101 |
Color Harmonies of #68EEF7
Complementary color
Monochromatic Colors of #68EEF7
Black with #68EEF7
Text Example
Text Example
White with #68EEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EEF7; }
p { color: rgb(104,238,247); }
H1.HeaderClassName
{
color: #68EEF7;
}
.AnyTagClassName
{
color: #68EEF7;
}
</style>
background-color css
<style>
a { background-color: #68EEF7; }
a { background-color: rgb(104,238,247); }
div.DivClassName
{
background-color: #68EEF7;
}
.BgClassName
{
background-color: #68EEF7;
}
</style>
border-color css
<style>
span { border-color: #68EEF7; }
span { border-color: rgb(104,238,247); }
td.TdClassName
{
border-color: #68EEF7;
}
.TagClassName
{
border-color: #68EEF7;
}
</style>