Shades of Baby Blue #6EF8F3
Tints of Baby Blue #6EF8F3
RGB
CMYK
RGB Variations
Color information
#6EF8F3 (or 0x6EF8F3) is known color: Baby Blue. HEX triplet: 6E, F8 and F3. RGB value is (110,248,243). Sum of RGB (Red+Green+Blue) = 110+248+243=601 (79% of max value = 765). Red value is 110 (43.36% from 255 or 18.30% from 601); Green value is 248 (97.27% from 255 or 41.26% from 601); Blue value is 243 (95.31% from 255 or 40.43% from 601); Max value from RGB is 248 - color contains mainly: green. Hex color #6EF8F3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EF8F3 is #91070C. Grayscale: #CECECE. Windows color (decimal): -9504525 or 15988846. OLE color: 15988846.
HSL color Cylindrical-coordinate representation of color #6EF8F3: hue angle of 177.83º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EF8F3 is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 110 | 248 | 243 | - |
| CMYK | 0.56 | 0 | 0.02 | 0.03 |
| HSL | 177.83º | 0.91% | 0.7% | - |
| HSV(B) | 177.83º | 0.56% | 0.97% | - |
| XYZ | 56.18 | 76.92 | 96.68 | - |
| YUV | 206.17 | 148.78 | 59.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 248 | 243 | 0.56 | 0 | 0.02 | 0.03 | 177.83 | 0.91 | 0.7 |
| Hex | 6E | F8 | F3 | 38 | 0 | 2 | 3 | B2 | 5B | 46 |
| Octal | 156 | 370 | 363 | 70 | 0 | 2 | 3 | 262 | 133 | 106 |
| Binary | 1101110 | 11111000 | 11110011 | 111000 | 0 | 10 | 11 | 10110010 | 1011011 | 1000110 |
Color Harmonies of #6EF8F3
Complementary color
Monochromatic Colors of #6EF8F3
Black with #6EF8F3
Text Example
Text Example
White with #6EF8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EF8F3; }
p { color: rgb(110,248,243); }
H1.HeaderClassName
{
color: #6EF8F3;
}
.AnyTagClassName
{
color: #6EF8F3;
}
</style>
background-color css
<style>
a { background-color: #6EF8F3; }
a { background-color: rgb(110,248,243); }
div.DivClassName
{
background-color: #6EF8F3;
}
.BgClassName
{
background-color: #6EF8F3;
}
</style>
border-color css
<style>
span { border-color: #6EF8F3; }
span { border-color: rgb(110,248,243); }
td.TdClassName
{
border-color: #6EF8F3;
}
.TagClassName
{
border-color: #6EF8F3;
}
</style>