Shades of Baby Blue #68F2FC
Tints of Baby Blue #68F2FC
RGB
CMYK
RGB Variations
Color information
#68F2FC (or 0x68F2FC) is known color: Baby Blue. HEX triplet: 68, F2 and FC. RGB value is (104,242,252). Sum of RGB (Red+Green+Blue) = 104+242+252=598 (79% of max value = 765). Red value is 104 (41.02% from 255 or 17.39% from 598); Green value is 242 (94.92% from 255 or 40.47% from 598); Blue value is 252 (98.83% from 255 or 42.14% from 598); Max value from RGB is 252 - color contains mainly: blue. Hex color #68F2FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68F2FC is #970D03. Grayscale: #C9C9C9. Windows color (decimal): -9899268 or 16577128. OLE color: 16577128.
HSL color Cylindrical-coordinate representation of color #68F2FC: hue angle of 184.05º 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 #68F2FC is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 242 | 252 | - |
| CMYK | 0.59 | 0.04 | 0 | 0.01 |
| HSL | 184.05º | 0.96% | 0.7% | - |
| HSV(B) | 184.05º | 0.59% | 0.99% | - |
| XYZ | 55.03 | 73.48 | 103.38 | - |
| YUV | 201.88 | 156.28 | 58.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 242 | 252 | 0.59 | 0.04 | 0 | 0.01 | 184.05 | 0.96 | 0.7 |
| Hex | 68 | F2 | FC | 3B | 4 | 0 | 1 | B8 | 60 | 46 |
| Octal | 150 | 362 | 374 | 73 | 4 | 0 | 1 | 270 | 140 | 106 |
| Binary | 1101000 | 11110010 | 11111100 | 111011 | 100 | 0 | 1 | 10111000 | 1100000 | 1000110 |
Color Harmonies of #68F2FC
Complementary color
Monochromatic Colors of #68F2FC
Black with #68F2FC
Text Example
Text Example
White with #68F2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F2FC; }
p { color: rgb(104,242,252); }
H1.HeaderClassName
{
color: #68F2FC;
}
.AnyTagClassName
{
color: #68F2FC;
}
</style>
background-color css
<style>
a { background-color: #68F2FC; }
a { background-color: rgb(104,242,252); }
div.DivClassName
{
background-color: #68F2FC;
}
.BgClassName
{
background-color: #68F2FC;
}
</style>
border-color css
<style>
span { border-color: #68F2FC; }
span { border-color: rgb(104,242,252); }
td.TdClassName
{
border-color: #68F2FC;
}
.TagClassName
{
border-color: #68F2FC;
}
</style>