Shades of Baby Blue #6FFAEE
Tints of Baby Blue #6FFAEE
RGB
CMYK
RGB Variations
Color information
#6FFAEE (or 0x6FFAEE) is known color: Baby Blue. HEX triplet: 6F, FA and EE. RGB value is (111,250,238). Sum of RGB (Red+Green+Blue) = 111+250+238=599 (79% of max value = 765). Red value is 111 (43.75% from 255 or 18.53% from 599); Green value is 250 (98.05% from 255 or 41.74% from 599); Blue value is 238 (93.36% from 255 or 39.73% from 599); Max value from RGB is 250 - color contains mainly: green. Hex color #6FFAEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFAEE is #900511. Grayscale: #CECECE. Windows color (decimal): -9438482 or 15661679. OLE color: 15661679.
HSL color Cylindrical-coordinate representation of color #6FFAEE: hue angle of 174.82º 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 #6FFAEE is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 250 | 238 | - |
| CMYK | 0.56 | 0 | 0.05 | 0.02 |
| HSL | 174.82º | 0.93% | 0.71% | - |
| HSV(B) | 174.82º | 0.56% | 0.98% | - |
| XYZ | 56.17 | 77.92 | 92.97 | - |
| YUV | 207.07 | 145.45 | 59.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 250 | 238 | 0.56 | 0 | 0.05 | 0.02 | 174.82 | 0.93 | 0.71 |
| Hex | 6F | FA | EE | 38 | 0 | 5 | 2 | AF | 5D | 47 |
| Octal | 157 | 372 | 356 | 70 | 0 | 5 | 2 | 257 | 135 | 107 |
| Binary | 1101111 | 11111010 | 11101110 | 111000 | 0 | 101 | 10 | 10101111 | 1011101 | 1000111 |
Color Harmonies of #6FFAEE
Complementary color
Monochromatic Colors of #6FFAEE
Black with #6FFAEE
Text Example
Text Example
White with #6FFAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFAEE; }
p { color: rgb(111,250,238); }
H1.HeaderClassName
{
color: #6FFAEE;
}
.AnyTagClassName
{
color: #6FFAEE;
}
</style>
background-color css
<style>
a { background-color: #6FFAEE; }
a { background-color: rgb(111,250,238); }
div.DivClassName
{
background-color: #6FFAEE;
}
.BgClassName
{
background-color: #6FFAEE;
}
</style>
border-color css
<style>
span { border-color: #6FFAEE; }
span { border-color: rgb(111,250,238); }
td.TdClassName
{
border-color: #6FFAEE;
}
.TagClassName
{
border-color: #6FFAEE;
}
</style>