Shades of Baby Blue #68EFF2
Tints of Baby Blue #68EFF2
RGB
CMYK
RGB Variations
Color information
#68EFF2 (or 0x68EFF2) is known color: Baby Blue. HEX triplet: 68, EF and F2. RGB value is (104,239,242). Sum of RGB (Red+Green+Blue) = 104+239+242=585 (77% of max value = 765). Red value is 104 (41.02% from 255 or 17.78% from 585); Green value is 239 (93.75% from 255 or 40.85% from 585); Blue value is 242 (94.92% from 255 or 41.37% from 585); Max value from RGB is 242 - color contains mainly: blue. Hex color #68EFF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68EFF2 is #97100D. Grayscale: #C6C6C6. Windows color (decimal): -9900046 or 15921000. OLE color: 15921000.
HSL color Cylindrical-coordinate representation of color #68EFF2: hue angle of 181.3º 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 #68EFF2 is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 239 | 242 | - |
| CMYK | 0.57 | 0.01 | 0 | 0.05 |
| HSL | 181.3º | 0.84% | 0.68% | - |
| HSV(B) | 181.3º | 0.57% | 0.95% | - |
| XYZ | 52.6 | 71.09 | 94.95 | - |
| YUV | 198.98 | 152.27 | 60.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 239 | 242 | 0.57 | 0.01 | 0 | 0.05 | 181.3 | 0.84 | 0.68 |
| Hex | 68 | EF | F2 | 39 | 1 | 0 | 5 | B5 | 54 | 44 |
| Octal | 150 | 357 | 362 | 71 | 1 | 0 | 5 | 265 | 124 | 104 |
| Binary | 1101000 | 11101111 | 11110010 | 111001 | 1 | 0 | 101 | 10110101 | 1010100 | 1000100 |
Color Harmonies of #68EFF2
Complementary color
Monochromatic Colors of #68EFF2
Black with #68EFF2
Text Example
Text Example
White with #68EFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EFF2; }
p { color: rgb(104,239,242); }
H1.HeaderClassName
{
color: #68EFF2;
}
.AnyTagClassName
{
color: #68EFF2;
}
</style>
background-color css
<style>
a { background-color: #68EFF2; }
a { background-color: rgb(104,239,242); }
div.DivClassName
{
background-color: #68EFF2;
}
.BgClassName
{
background-color: #68EFF2;
}
</style>
border-color css
<style>
span { border-color: #68EFF2; }
span { border-color: rgb(104,239,242); }
td.TdClassName
{
border-color: #68EFF2;
}
.TagClassName
{
border-color: #68EFF2;
}
</style>