Shades of Baby Blue #6EFAF5
Tints of Baby Blue #6EFAF5
RGB
CMYK
RGB Variations
Color information
#6EFAF5 (or 0x6EFAF5) is known color: Baby Blue. HEX triplet: 6E, FA and F5. RGB value is (110,250,245). Sum of RGB (Red+Green+Blue) = 110+250+245=605 (80% of max value = 765). Red value is 110 (43.36% from 255 or 18.18% from 605); Green value is 250 (98.05% from 255 or 41.32% from 605); Blue value is 245 (96.09% from 255 or 40.50% from 605); Max value from RGB is 250 - color contains mainly: green. Hex color #6EFAF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EFAF5 is #91050A. Grayscale: #CFCFCF. Windows color (decimal): -9504011 or 16120430. OLE color: 16120430.
HSL color Cylindrical-coordinate representation of color #6EFAF5: hue angle of 177.86º degrees, saturation: 0.93, 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 #6EFAF5 is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 250 | 245 | - |
| CMYK | 0.56 | 0 | 0.02 | 0.02 |
| HSL | 177.86º | 0.93% | 0.71% | - |
| HSV(B) | 177.86º | 0.56% | 0.98% | - |
| XYZ | 57.1 | 78.28 | 98.49 | - |
| YUV | 207.57 | 149.12 | 58.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 250 | 245 | 0.56 | 0 | 0.02 | 0.02 | 177.86 | 0.93 | 0.71 |
| Hex | 6E | FA | F5 | 38 | 0 | 2 | 2 | B2 | 5D | 47 |
| Octal | 156 | 372 | 365 | 70 | 0 | 2 | 2 | 262 | 135 | 107 |
| Binary | 1101110 | 11111010 | 11110101 | 111000 | 0 | 10 | 10 | 10110010 | 1011101 | 1000111 |
Color Harmonies of #6EFAF5
Complementary color
Monochromatic Colors of #6EFAF5
Black with #6EFAF5
Text Example
Text Example
White with #6EFAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFAF5; }
p { color: rgb(110,250,245); }
H1.HeaderClassName
{
color: #6EFAF5;
}
.AnyTagClassName
{
color: #6EFAF5;
}
</style>
background-color css
<style>
a { background-color: #6EFAF5; }
a { background-color: rgb(110,250,245); }
div.DivClassName
{
background-color: #6EFAF5;
}
.BgClassName
{
background-color: #6EFAF5;
}
</style>
border-color css
<style>
span { border-color: #6EFAF5; }
span { border-color: rgb(110,250,245); }
td.TdClassName
{
border-color: #6EFAF5;
}
.TagClassName
{
border-color: #6EFAF5;
}
</style>