Shades of Baby Blue #68EFF3
Tints of Baby Blue #68EFF3
RGB
CMYK
RGB Variations
Color information
#68EFF3 (or 0x68EFF3) is known color: Baby Blue. HEX triplet: 68, EF and F3. RGB value is (104,239,243). Sum of RGB (Red+Green+Blue) = 104+239+243=586 (77% of max value = 765). Red value is 104 (41.02% from 255 or 17.75% from 586); Green value is 239 (93.75% from 255 or 40.78% from 586); Blue value is 243 (95.31% from 255 or 41.47% from 586); Max value from RGB is 243 - color contains mainly: blue. Hex color #68EFF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68EFF3 is #97100C. Grayscale: #C6C6C6. Windows color (decimal): -9900045 or 15986536. OLE color: 15986536.
HSL color Cylindrical-coordinate representation of color #68EFF3: hue angle of 181.73º degrees, saturation: 0.85, 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 #68EFF3 is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 239 | 243 | - |
| CMYK | 0.57 | 0.02 | 0 | 0.05 |
| HSL | 181.73º | 0.85% | 0.68% | - |
| HSV(B) | 181.73º | 0.57% | 0.95% | - |
| XYZ | 52.75 | 71.15 | 95.75 | - |
| YUV | 199.09 | 152.77 | 60.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 239 | 243 | 0.57 | 0.02 | 0 | 0.05 | 181.73 | 0.85 | 0.68 |
| Hex | 68 | EF | F3 | 39 | 2 | 0 | 5 | B6 | 55 | 44 |
| Octal | 150 | 357 | 363 | 71 | 2 | 0 | 5 | 266 | 125 | 104 |
| Binary | 1101000 | 11101111 | 11110011 | 111001 | 10 | 0 | 101 | 10110110 | 1010101 | 1000100 |
Color Harmonies of #68EFF3
Complementary color
Monochromatic Colors of #68EFF3
Black with #68EFF3
Text Example
Text Example
White with #68EFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EFF3; }
p { color: rgb(104,239,243); }
H1.HeaderClassName
{
color: #68EFF3;
}
.AnyTagClassName
{
color: #68EFF3;
}
</style>
background-color css
<style>
a { background-color: #68EFF3; }
a { background-color: rgb(104,239,243); }
div.DivClassName
{
background-color: #68EFF3;
}
.BgClassName
{
background-color: #68EFF3;
}
</style>
border-color css
<style>
span { border-color: #68EFF3; }
span { border-color: rgb(104,239,243); }
td.TdClassName
{
border-color: #68EFF3;
}
.TagClassName
{
border-color: #68EFF3;
}
</style>