Shades of Baby Blue #6EF1FC
Tints of Baby Blue #6EF1FC
RGB
CMYK
RGB Variations
Color information
#6EF1FC (or 0x6EF1FC) is known color: Baby Blue. HEX triplet: 6E, F1 and FC. RGB value is (110,241,252). Sum of RGB (Red+Green+Blue) = 110+241+252=603 (79% of max value = 765). Red value is 110 (43.36% from 255 or 18.24% from 603); Green value is 241 (94.53% from 255 or 39.97% from 603); Blue value is 252 (98.83% from 255 or 41.79% from 603); Max value from RGB is 252 - color contains mainly: blue. Hex color #6EF1FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EF1FC is #910E03. Grayscale: #CACACA. Windows color (decimal): -9506308 or 16576878. OLE color: 16576878.
HSL color Cylindrical-coordinate representation of color #6EF1FC: hue angle of 184.65º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EF1FC is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 241 | 252 | - |
| CMYK | 0.56 | 0.04 | 0 | 0.01 |
| HSL | 184.65º | 0.96% | 0.71% | - |
| HSV(B) | 184.65º | 0.56% | 0.99% | - |
| XYZ | 55.46 | 73.25 | 103.31 | - |
| YUV | 203.09 | 155.6 | 61.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 241 | 252 | 0.56 | 0.04 | 0 | 0.01 | 184.65 | 0.96 | 0.71 |
| Hex | 6E | F1 | FC | 38 | 4 | 0 | 1 | B9 | 60 | 47 |
| Octal | 156 | 361 | 374 | 70 | 4 | 0 | 1 | 271 | 140 | 107 |
| Binary | 1101110 | 11110001 | 11111100 | 111000 | 100 | 0 | 1 | 10111001 | 1100000 | 1000111 |
Color Harmonies of #6EF1FC
Complementary color
Monochromatic Colors of #6EF1FC
Black with #6EF1FC
Text Example
Text Example
White with #6EF1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EF1FC; }
p { color: rgb(110,241,252); }
H1.HeaderClassName
{
color: #6EF1FC;
}
.AnyTagClassName
{
color: #6EF1FC;
}
</style>
background-color css
<style>
a { background-color: #6EF1FC; }
a { background-color: rgb(110,241,252); }
div.DivClassName
{
background-color: #6EF1FC;
}
.BgClassName
{
background-color: #6EF1FC;
}
</style>
border-color css
<style>
span { border-color: #6EF1FC; }
span { border-color: rgb(110,241,252); }
td.TdClassName
{
border-color: #6EF1FC;
}
.TagClassName
{
border-color: #6EF1FC;
}
</style>