Shades of Baby Blue #6EF1FB
Tints of Baby Blue #6EF1FB
RGB
CMYK
RGB Variations
Color information
#6EF1FB (or 0x6EF1FB) is known color: Baby Blue. HEX triplet: 6E, F1 and FB. RGB value is (110,241,251). Sum of RGB (Red+Green+Blue) = 110+241+251=602 (79% of max value = 765). Red value is 110 (43.36% from 255 or 18.27% from 602); Green value is 241 (94.53% from 255 or 40.03% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #6EF1FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EF1FB is #910E04. Grayscale: #CACACA. Windows color (decimal): -9506309 or 16511342. OLE color: 16511342.
HSL color Cylindrical-coordinate representation of color #6EF1FB: hue angle of 184.26º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EF1FB is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 241 | 251 | - |
| CMYK | 0.56 | 0.04 | 0 | 0.02 |
| HSL | 184.26º | 0.95% | 0.71% | - |
| HSV(B) | 184.26º | 0.56% | 0.98% | - |
| XYZ | 55.3 | 73.19 | 102.48 | - |
| YUV | 202.97 | 155.1 | 61.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 241 | 251 | 0.56 | 0.04 | 0 | 0.02 | 184.26 | 0.95 | 0.71 |
| Hex | 6E | F1 | FB | 38 | 4 | 0 | 2 | B8 | 5F | 47 |
| Octal | 156 | 361 | 373 | 70 | 4 | 0 | 2 | 270 | 137 | 107 |
| Binary | 1101110 | 11110001 | 11111011 | 111000 | 100 | 0 | 10 | 10111000 | 1011111 | 1000111 |
Color Harmonies of #6EF1FB
Complementary color
Monochromatic Colors of #6EF1FB
Black with #6EF1FB
Text Example
Text Example
White with #6EF1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EF1FB; }
p { color: rgb(110,241,251); }
H1.HeaderClassName
{
color: #6EF1FB;
}
.AnyTagClassName
{
color: #6EF1FB;
}
</style>
background-color css
<style>
a { background-color: #6EF1FB; }
a { background-color: rgb(110,241,251); }
div.DivClassName
{
background-color: #6EF1FB;
}
.BgClassName
{
background-color: #6EF1FB;
}
</style>
border-color css
<style>
span { border-color: #6EF1FB; }
span { border-color: rgb(110,241,251); }
td.TdClassName
{
border-color: #6EF1FB;
}
.TagClassName
{
border-color: #6EF1FB;
}
</style>