Shades of Baby Blue #68F9FF
Tints of Baby Blue #68F9FF
RGB
CMYK
RGB Variations
Color information
#68F9FF (or 0x68F9FF) is known color: Baby Blue. HEX triplet: 68, F9 and FF. RGB value is (104,249,255). Sum of RGB (Red+Green+Blue) = 104+249+255=608 (80% of max value = 765). Red value is 104 (41.02% from 255 or 17.11% from 608); Green value is 249 (97.66% from 255 or 40.95% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #68F9FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68F9FF is #970600. Grayscale: #CECECE. Windows color (decimal): -9897473 or 16775528. OLE color: 16775528.
HSL color Cylindrical-coordinate representation of color #68F9FF: hue angle of 182.38º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68F9FF is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 249 | 255 | - |
| CMYK | 0.59 | 0.02 | 0 | 0 |
| HSL | 182.38º | 1% | 0.7% | - |
| HSV(B) | 182.38º | 0.59% | 1% | - |
| XYZ | 57.63 | 77.91 | 106.61 | - |
| YUV | 206.33 | 155.46 | 55.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 249 | 255 | 0.59 | 0.02 | 0 | 0 | 182.38 | 1 | 0.7 |
| Hex | 68 | F9 | FF | 3B | 2 | 0 | 0 | B6 | 64 | 46 |
| Octal | 150 | 371 | 377 | 73 | 2 | 0 | 0 | 266 | 144 | 106 |
| Binary | 1101000 | 11111001 | 11111111 | 111011 | 10 | 0 | 0 | 10110110 | 1100100 | 1000110 |
Color Harmonies of #68F9FF
Complementary color
Monochromatic Colors of #68F9FF
Black with #68F9FF
Text Example
Text Example
White with #68F9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F9FF; }
p { color: rgb(104,249,255); }
H1.HeaderClassName
{
color: #68F9FF;
}
.AnyTagClassName
{
color: #68F9FF;
}
</style>
background-color css
<style>
a { background-color: #68F9FF; }
a { background-color: rgb(104,249,255); }
div.DivClassName
{
background-color: #68F9FF;
}
.BgClassName
{
background-color: #68F9FF;
}
</style>
border-color css
<style>
span { border-color: #68F9FF; }
span { border-color: rgb(104,249,255); }
td.TdClassName
{
border-color: #68F9FF;
}
.TagClassName
{
border-color: #68F9FF;
}
</style>