Shades of Baby Blue #6EF1FD
Tints of Baby Blue #6EF1FD
RGB
CMYK
RGB Variations
Color information
#6EF1FD (or 0x6EF1FD) is known color: Baby Blue. HEX triplet: 6E, F1 and FD. RGB value is (110,241,253). Sum of RGB (Red+Green+Blue) = 110+241+253=604 (80% of max value = 765). Red value is 110 (43.36% from 255 or 18.21% from 604); Green value is 241 (94.53% from 255 or 39.90% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #6EF1FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EF1FD is #910E02. Grayscale: #CBCBCB. Windows color (decimal): -9506307 or 16642414. OLE color: 16642414.
HSL color Cylindrical-coordinate representation of color #6EF1FD: hue angle of 185.03º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EF1FD is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 241 | 253 | - |
| CMYK | 0.57 | 0.05 | 0 | 0.01 |
| HSL | 185.04º | 0.97% | 0.71% | - |
| HSV(B) | 185.04º | 0.57% | 0.99% | - |
| XYZ | 55.62 | 73.32 | 104.15 | - |
| YUV | 203.2 | 156.1 | 61.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 241 | 253 | 0.57 | 0.05 | 0 | 0.01 | 185.04 | 0.97 | 0.71 |
| Hex | 6E | F1 | FD | 39 | 5 | 0 | 1 | B9 | 61 | 47 |
| Octal | 156 | 361 | 375 | 71 | 5 | 0 | 1 | 271 | 141 | 107 |
| Binary | 1101110 | 11110001 | 11111101 | 111001 | 101 | 0 | 1 | 10111001 | 1100001 | 1000111 |
Color Harmonies of #6EF1FD
Complementary color
Monochromatic Colors of #6EF1FD
Black with #6EF1FD
Text Example
Text Example
White with #6EF1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EF1FD; }
p { color: rgb(110,241,253); }
H1.HeaderClassName
{
color: #6EF1FD;
}
.AnyTagClassName
{
color: #6EF1FD;
}
</style>
background-color css
<style>
a { background-color: #6EF1FD; }
a { background-color: rgb(110,241,253); }
div.DivClassName
{
background-color: #6EF1FD;
}
.BgClassName
{
background-color: #6EF1FD;
}
</style>
border-color css
<style>
span { border-color: #6EF1FD; }
span { border-color: rgb(110,241,253); }
td.TdClassName
{
border-color: #6EF1FD;
}
.TagClassName
{
border-color: #6EF1FD;
}
</style>