Shades of Baby Blue #68EEF2
Tints of Baby Blue #68EEF2
RGB
CMYK
RGB Variations
Color information
#68EEF2 (or 0x68EEF2) is known color: Baby Blue. HEX triplet: 68, EE and F2. RGB value is (104,238,242). Sum of RGB (Red+Green+Blue) = 104+238+242=584 (77% of max value = 765). Red value is 104 (41.02% from 255 or 17.81% from 584); Green value is 238 (93.36% from 255 or 40.75% from 584); Blue value is 242 (94.92% from 255 or 41.44% from 584); Max value from RGB is 242 - color contains mainly: blue. Hex color #68EEF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68EEF2 is #97110D. Grayscale: #C6C6C6. Windows color (decimal): -9900302 or 15920744. OLE color: 15920744.
HSL color Cylindrical-coordinate representation of color #68EEF2: hue angle of 181.74º 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 #68EEF2 is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 238 | 242 | - |
| CMYK | 0.57 | 0.02 | 0 | 0.05 |
| HSL | 181.74º | 0.84% | 0.68% | - |
| HSV(B) | 181.74º | 0.57% | 0.95% | - |
| XYZ | 52.31 | 70.5 | 94.86 | - |
| YUV | 198.39 | 152.61 | 60.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 238 | 242 | 0.57 | 0.02 | 0 | 0.05 | 181.74 | 0.84 | 0.68 |
| Hex | 68 | EE | F2 | 39 | 2 | 0 | 5 | B6 | 54 | 44 |
| Octal | 150 | 356 | 362 | 71 | 2 | 0 | 5 | 266 | 124 | 104 |
| Binary | 1101000 | 11101110 | 11110010 | 111001 | 10 | 0 | 101 | 10110110 | 1010100 | 1000100 |
Color Harmonies of #68EEF2
Complementary color
Monochromatic Colors of #68EEF2
Black with #68EEF2
Text Example
Text Example
White with #68EEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EEF2; }
p { color: rgb(104,238,242); }
H1.HeaderClassName
{
color: #68EEF2;
}
.AnyTagClassName
{
color: #68EEF2;
}
</style>
background-color css
<style>
a { background-color: #68EEF2; }
a { background-color: rgb(104,238,242); }
div.DivClassName
{
background-color: #68EEF2;
}
.BgClassName
{
background-color: #68EEF2;
}
</style>
border-color css
<style>
span { border-color: #68EEF2; }
span { border-color: rgb(104,238,242); }
td.TdClassName
{
border-color: #68EEF2;
}
.TagClassName
{
border-color: #68EEF2;
}
</style>