Shades of Baby Blue #6EFBFE
Tints of Baby Blue #6EFBFE
RGB
CMYK
RGB Variations
Color information
#6EFBFE (or 0x6EFBFE) is known color: Baby Blue. HEX triplet: 6E, FB and FE. RGB value is (110,251,254). Sum of RGB (Red+Green+Blue) = 110+251+254=615 (81% of max value = 765). Red value is 110 (43.36% from 255 or 17.89% from 615); Green value is 251 (98.44% from 255 or 40.81% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #6EFBFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EFBFE is #910401. Grayscale: #D1D1D1. Windows color (decimal): -9503746 or 16710510. OLE color: 16710510.
HSL color Cylindrical-coordinate representation of color #6EFBFE: hue angle of 181.25º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EFBFE is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 110 | 251 | 254 | - |
| CMYK | 0.57 | 0.01 | 0 | 0.00 |
| HSL | 181.25º | 0.99% | 0.71% | - |
| HSV(B) | 181.25º | 0.57% | 1% | - |
| XYZ | 58.82 | 79.47 | 106 | - |
| YUV | 209.18 | 153.29 | 57.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 251 | 254 | 0.57 | 0.01 | 0 | 0.00 | 181.25 | 0.99 | 0.71 |
| Hex | 6E | FB | FE | 39 | 1 | 0 | 0 | B5 | 63 | 47 |
| Octal | 156 | 373 | 376 | 71 | 1 | 0 | 0 | 265 | 143 | 107 |
| Binary | 1101110 | 11111011 | 11111110 | 111001 | 1 | 0 | 0 | 10110101 | 1100011 | 1000111 |
Color Harmonies of #6EFBFE
Complementary color
Monochromatic Colors of #6EFBFE
Black with #6EFBFE
Text Example
Text Example
White with #6EFBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFBFE; }
p { color: rgb(110,251,254); }
H1.HeaderClassName
{
color: #6EFBFE;
}
.AnyTagClassName
{
color: #6EFBFE;
}
</style>
background-color css
<style>
a { background-color: #6EFBFE; }
a { background-color: rgb(110,251,254); }
div.DivClassName
{
background-color: #6EFBFE;
}
.BgClassName
{
background-color: #6EFBFE;
}
</style>
border-color css
<style>
span { border-color: #6EFBFE; }
span { border-color: rgb(110,251,254); }
td.TdClassName
{
border-color: #6EFBFE;
}
.TagClassName
{
border-color: #6EFBFE;
}
</style>