Shades of Baby Blue #68FCE7
Tints of Baby Blue #68FCE7
RGB
CMYK
RGB Variations
Color information
#68FCE7 (or 0x68FCE7) is known color: Baby Blue. HEX triplet: 68, FC and E7. RGB value is (104,252,231). Sum of RGB (Red+Green+Blue) = 104+252+231=587 (77% of max value = 765). Red value is 104 (41.02% from 255 or 17.72% from 587); Green value is 252 (98.83% from 255 or 42.93% from 587); Blue value is 231 (90.62% from 255 or 39.35% from 587); Max value from RGB is 252 - color contains mainly: green. Hex color #68FCE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68FCE7 is #970318. Grayscale: #CDCDCD. Windows color (decimal): -9896729 or 15203432. OLE color: 15203432.
HSL color Cylindrical-coordinate representation of color #68FCE7: hue angle of 171.49º 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 #68FCE7 is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 252 | 231 | - |
| CMYK | 0.59 | 0 | 0.08 | 0.01 |
| HSL | 171.49º | 0.96% | 0.7% | - |
| HSV(B) | 171.49º | 0.59% | 0.99% | - |
| XYZ | 54.94 | 78.33 | 87.83 | - |
| YUV | 205.35 | 142.47 | 55.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 252 | 231 | 0.59 | 0 | 0.08 | 0.01 | 171.49 | 0.96 | 0.7 |
| Hex | 68 | FC | E7 | 3B | 0 | 8 | 1 | AB | 60 | 46 |
| Octal | 150 | 374 | 347 | 73 | 0 | 10 | 1 | 253 | 140 | 106 |
| Binary | 1101000 | 11111100 | 11100111 | 111011 | 0 | 1000 | 1 | 10101011 | 1100000 | 1000110 |
Color Harmonies of #68FCE7
Complementary color
Monochromatic Colors of #68FCE7
Black with #68FCE7
Text Example
Text Example
White with #68FCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FCE7; }
p { color: rgb(104,252,231); }
H1.HeaderClassName
{
color: #68FCE7;
}
.AnyTagClassName
{
color: #68FCE7;
}
</style>
background-color css
<style>
a { background-color: #68FCE7; }
a { background-color: rgb(104,252,231); }
div.DivClassName
{
background-color: #68FCE7;
}
.BgClassName
{
background-color: #68FCE7;
}
</style>
border-color css
<style>
span { border-color: #68FCE7; }
span { border-color: rgb(104,252,231); }
td.TdClassName
{
border-color: #68FCE7;
}
.TagClassName
{
border-color: #68FCE7;
}
</style>