Shades of Baby Blue #68FCF2
Tints of Baby Blue #68FCF2
RGB
CMYK
RGB Variations
Color information
#68FCF2 (or 0x68FCF2) is known color: Baby Blue. HEX triplet: 68, FC and F2. RGB value is (104,252,242). Sum of RGB (Red+Green+Blue) = 104+252+242=598 (79% of max value = 765). Red value is 104 (41.02% from 255 or 17.39% from 598); Green value is 252 (98.83% from 255 or 42.14% from 598); Blue value is 242 (94.92% from 255 or 40.47% from 598); Max value from RGB is 252 - color contains mainly: green. Hex color #68FCF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68FCF2 is #97030D. Grayscale: #CECECE. Windows color (decimal): -9896718 or 15924328. OLE color: 15924328.
HSL color Cylindrical-coordinate representation of color #68FCF2: hue angle of 175.95º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FCF2 is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 252 | 242 | - |
| CMYK | 0.59 | 0 | 0.04 | 0.01 |
| HSL | 175.95º | 0.96% | 0.7% | - |
| HSV(B) | 175.95º | 0.59% | 0.99% | - |
| XYZ | 56.55 | 78.97 | 96.27 | - |
| YUV | 206.61 | 147.97 | 54.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 252 | 242 | 0.59 | 0 | 0.04 | 0.01 | 175.95 | 0.96 | 0.7 |
| Hex | 68 | FC | F2 | 3B | 0 | 4 | 1 | B0 | 60 | 46 |
| Octal | 150 | 374 | 362 | 73 | 0 | 4 | 1 | 260 | 140 | 106 |
| Binary | 1101000 | 11111100 | 11110010 | 111011 | 0 | 100 | 1 | 10110000 | 1100000 | 1000110 |
Color Harmonies of #68FCF2
Complementary color
Monochromatic Colors of #68FCF2
Black with #68FCF2
Text Example
Text Example
White with #68FCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FCF2; }
p { color: rgb(104,252,242); }
H1.HeaderClassName
{
color: #68FCF2;
}
.AnyTagClassName
{
color: #68FCF2;
}
</style>
background-color css
<style>
a { background-color: #68FCF2; }
a { background-color: rgb(104,252,242); }
div.DivClassName
{
background-color: #68FCF2;
}
.BgClassName
{
background-color: #68FCF2;
}
</style>
border-color css
<style>
span { border-color: #68FCF2; }
span { border-color: rgb(104,252,242); }
td.TdClassName
{
border-color: #68FCF2;
}
.TagClassName
{
border-color: #68FCF2;
}
</style>