Shades of Baby Blue #6FFEF7
Tints of Baby Blue #6FFEF7
RGB
CMYK
RGB Variations
Color information
#6FFEF7 (or 0x6FFEF7) is known color: Baby Blue. HEX triplet: 6F, FE and F7. RGB value is (111,254,247). Sum of RGB (Red+Green+Blue) = 111+254+247=612 (81% of max value = 765). Red value is 111 (43.75% from 255 or 18.14% from 612); Green value is 254 (99.61% from 255 or 41.50% from 612); Blue value is 247 (96.88% from 255 or 40.36% from 612); Max value from RGB is 254 - color contains mainly: green. Hex color #6FFEF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFEF7 is #900108. Grayscale: #D2D2D2. Windows color (decimal): -9437449 or 16252527. OLE color: 16252527.
HSL color Cylindrical-coordinate representation of color #6FFEF7: hue angle of 177.06º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFEF7 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 254 | 247 | - |
| CMYK | 0.56 | 0 | 0.03 | 0.00 |
| HSL | 177.06º | 0.99% | 0.72% | - |
| HSV(B) | 177.06º | 0.56% | 1% | - |
| XYZ | 58.79 | 80.98 | 100.53 | - |
| YUV | 210.45 | 148.62 | 57.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 254 | 247 | 0.56 | 0 | 0.03 | 0.00 | 177.06 | 0.99 | 0.72 |
| Hex | 6F | FE | F7 | 38 | 0 | 3 | 0 | B1 | 63 | 48 |
| Octal | 157 | 376 | 367 | 70 | 0 | 3 | 0 | 261 | 143 | 110 |
| Binary | 1101111 | 11111110 | 11110111 | 111000 | 0 | 11 | 0 | 10110001 | 1100011 | 1001000 |
Color Harmonies of #6FFEF7
Complementary color
Monochromatic Colors of #6FFEF7
Black with #6FFEF7
Text Example
Text Example
White with #6FFEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFEF7; }
p { color: rgb(111,254,247); }
H1.HeaderClassName
{
color: #6FFEF7;
}
.AnyTagClassName
{
color: #6FFEF7;
}
</style>
background-color css
<style>
a { background-color: #6FFEF7; }
a { background-color: rgb(111,254,247); }
div.DivClassName
{
background-color: #6FFEF7;
}
.BgClassName
{
background-color: #6FFEF7;
}
</style>
border-color css
<style>
span { border-color: #6FFEF7; }
span { border-color: rgb(111,254,247); }
td.TdClassName
{
border-color: #6FFEF7;
}
.TagClassName
{
border-color: #6FFEF7;
}
</style>