Shades of Baby Blue #6FFAEC
Tints of Baby Blue #6FFAEC
RGB
CMYK
RGB Variations
Color information
#6FFAEC (or 0x6FFAEC) is known color: Baby Blue. HEX triplet: 6F, FA and EC. RGB value is (111,250,236). Sum of RGB (Red+Green+Blue) = 111+250+236=597 (79% of max value = 765). Red value is 111 (43.75% from 255 or 18.59% from 597); Green value is 250 (98.05% from 255 or 41.88% from 597); Blue value is 236 (92.58% from 255 or 39.53% from 597); Max value from RGB is 250 - color contains mainly: green. Hex color #6FFAEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFAEC is #900513. Grayscale: #CECECE. Windows color (decimal): -9438484 or 15530607. OLE color: 15530607.
HSL color Cylindrical-coordinate representation of color #6FFAEC: hue angle of 173.96º 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 #6FFAEC is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 250 | 236 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.02 |
| HSL | 173.96º | 0.93% | 0.71% | - |
| HSV(B) | 173.96º | 0.56% | 0.98% | - |
| XYZ | 55.88 | 77.81 | 91.43 | - |
| YUV | 206.84 | 144.45 | 59.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 250 | 236 | 0.56 | 0 | 0.06 | 0.02 | 173.96 | 0.93 | 0.71 |
| Hex | 6F | FA | EC | 38 | 0 | 6 | 2 | AE | 5D | 47 |
| Octal | 157 | 372 | 354 | 70 | 0 | 6 | 2 | 256 | 135 | 107 |
| Binary | 1101111 | 11111010 | 11101100 | 111000 | 0 | 110 | 10 | 10101110 | 1011101 | 1000111 |
Color Harmonies of #6FFAEC
Complementary color
Monochromatic Colors of #6FFAEC
Black with #6FFAEC
Text Example
Text Example
White with #6FFAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFAEC; }
p { color: rgb(111,250,236); }
H1.HeaderClassName
{
color: #6FFAEC;
}
.AnyTagClassName
{
color: #6FFAEC;
}
</style>
background-color css
<style>
a { background-color: #6FFAEC; }
a { background-color: rgb(111,250,236); }
div.DivClassName
{
background-color: #6FFAEC;
}
.BgClassName
{
background-color: #6FFAEC;
}
</style>
border-color css
<style>
span { border-color: #6FFAEC; }
span { border-color: rgb(111,250,236); }
td.TdClassName
{
border-color: #6FFAEC;
}
.TagClassName
{
border-color: #6FFAEC;
}
</style>