Shades of Baby Blue #6EF8FB
Tints of Baby Blue #6EF8FB
RGB
CMYK
RGB Variations
Color information
#6EF8FB (or 0x6EF8FB) is known color: Baby Blue. HEX triplet: 6E, F8 and FB. RGB value is (110,248,251). Sum of RGB (Red+Green+Blue) = 110+248+251=609 (80% of max value = 765). Red value is 110 (43.36% from 255 or 18.06% from 609); Green value is 248 (97.27% from 255 or 40.72% from 609); Blue value is 251 (98.44% from 255 or 41.22% from 609); Max value from RGB is 251 - color contains mainly: blue. Hex color #6EF8FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EF8FB is #910704. Grayscale: #CECECE. Windows color (decimal): -9504517 or 16513134. OLE color: 16513134.
HSL color Cylindrical-coordinate representation of color #6EF8FB: hue angle of 181.28º 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 #6EF8FB is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 248 | 251 | - |
| CMYK | 0.56 | 0.01 | 0 | 0.02 |
| HSL | 181.28º | 0.95% | 0.71% | - |
| HSV(B) | 181.28º | 0.56% | 0.98% | - |
| XYZ | 57.41 | 77.41 | 103.18 | - |
| YUV | 207.08 | 152.78 | 58.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 248 | 251 | 0.56 | 0.01 | 0 | 0.02 | 181.28 | 0.95 | 0.71 |
| Hex | 6E | F8 | FB | 38 | 1 | 0 | 2 | B5 | 5F | 47 |
| Octal | 156 | 370 | 373 | 70 | 1 | 0 | 2 | 265 | 137 | 107 |
| Binary | 1101110 | 11111000 | 11111011 | 111000 | 1 | 0 | 10 | 10110101 | 1011111 | 1000111 |
Color Harmonies of #6EF8FB
Complementary color
Monochromatic Colors of #6EF8FB
Black with #6EF8FB
Text Example
Text Example
White with #6EF8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EF8FB; }
p { color: rgb(110,248,251); }
H1.HeaderClassName
{
color: #6EF8FB;
}
.AnyTagClassName
{
color: #6EF8FB;
}
</style>
background-color css
<style>
a { background-color: #6EF8FB; }
a { background-color: rgb(110,248,251); }
div.DivClassName
{
background-color: #6EF8FB;
}
.BgClassName
{
background-color: #6EF8FB;
}
</style>
border-color css
<style>
span { border-color: #6EF8FB; }
span { border-color: rgb(110,248,251); }
td.TdClassName
{
border-color: #6EF8FB;
}
.TagClassName
{
border-color: #6EF8FB;
}
</style>