Shades of Baby Blue #6FFAE8
Tints of Baby Blue #6FFAE8
RGB
CMYK
RGB Variations
Color information
#6FFAE8 (or 0x6FFAE8) is known color: Baby Blue. HEX triplet: 6F, FA and E8. RGB value is (111,250,232). Sum of RGB (Red+Green+Blue) = 111+250+232=593 (78% of max value = 765). Red value is 111 (43.75% from 255 or 18.72% from 593); Green value is 250 (98.05% from 255 or 42.16% from 593); Blue value is 232 (91.02% from 255 or 39.12% from 593); Max value from RGB is 250 - color contains mainly: green. Hex color #6FFAE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFAE8 is #900517. Grayscale: #CECECE. Windows color (decimal): -9438488 or 15268463. OLE color: 15268463.
HSL color Cylindrical-coordinate representation of color #6FFAE8: hue angle of 172.23º 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 #6FFAE8 is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 250 | 232 | - |
| CMYK | 0.56 | 0 | 0.07 | 0.02 |
| HSL | 172.23º | 0.93% | 0.71% | - |
| HSV(B) | 172.23º | 0.56% | 0.98% | - |
| XYZ | 55.31 | 77.58 | 88.4 | - |
| YUV | 206.39 | 142.45 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 250 | 232 | 0.56 | 0 | 0.07 | 0.02 | 172.23 | 0.93 | 0.71 |
| Hex | 6F | FA | E8 | 38 | 0 | 7 | 2 | AC | 5D | 47 |
| Octal | 157 | 372 | 350 | 70 | 0 | 7 | 2 | 254 | 135 | 107 |
| Binary | 1101111 | 11111010 | 11101000 | 111000 | 0 | 111 | 10 | 10101100 | 1011101 | 1000111 |
Color Harmonies of #6FFAE8
Complementary color
Monochromatic Colors of #6FFAE8
Black with #6FFAE8
Text Example
Text Example
White with #6FFAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFAE8; }
p { color: rgb(111,250,232); }
H1.HeaderClassName
{
color: #6FFAE8;
}
.AnyTagClassName
{
color: #6FFAE8;
}
</style>
background-color css
<style>
a { background-color: #6FFAE8; }
a { background-color: rgb(111,250,232); }
div.DivClassName
{
background-color: #6FFAE8;
}
.BgClassName
{
background-color: #6FFAE8;
}
</style>
border-color css
<style>
span { border-color: #6FFAE8; }
span { border-color: rgb(111,250,232); }
td.TdClassName
{
border-color: #6FFAE8;
}
.TagClassName
{
border-color: #6FFAE8;
}
</style>