Shades of Baby Blue #6FFBF8
Tints of Baby Blue #6FFBF8
RGB
CMYK
RGB Variations
Color information
#6FFBF8 (or 0x6FFBF8) is known color: Baby Blue. HEX triplet: 6F, FB and F8. RGB value is (111,251,248). Sum of RGB (Red+Green+Blue) = 111+251+248=610 (80% of max value = 765). Red value is 111 (43.75% from 255 or 18.20% from 610); Green value is 251 (98.44% from 255 or 41.15% from 610); Blue value is 248 (97.27% from 255 or 40.66% from 610); Max value from RGB is 251 - color contains mainly: green. Hex color #6FFBF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFBF8 is #900407. Grayscale: #D0D0D0. Windows color (decimal): -9438216 or 16317295. OLE color: 16317295.
HSL color Cylindrical-coordinate representation of color #6FFBF8: hue angle of 178.71º degrees, saturation: 0.95, 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 #6FFBF8 is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 251 | 248 | - |
| CMYK | 0.56 | 0 | 0.01 | 0.02 |
| HSL | 178.71º | 0.95% | 0.71% | - |
| HSV(B) | 178.71º | 0.56% | 0.98% | - |
| XYZ | 58 | 79.15 | 101.03 | - |
| YUV | 208.8 | 150.12 | 58.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 251 | 248 | 0.56 | 0 | 0.01 | 0.02 | 178.71 | 0.95 | 0.71 |
| Hex | 6F | FB | F8 | 38 | 0 | 1 | 2 | B3 | 5F | 47 |
| Octal | 157 | 373 | 370 | 70 | 0 | 1 | 2 | 263 | 137 | 107 |
| Binary | 1101111 | 11111011 | 11111000 | 111000 | 0 | 1 | 10 | 10110011 | 1011111 | 1000111 |
Color Harmonies of #6FFBF8
Complementary color
Monochromatic Colors of #6FFBF8
Black with #6FFBF8
Text Example
Text Example
White with #6FFBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFBF8; }
p { color: rgb(111,251,248); }
H1.HeaderClassName
{
color: #6FFBF8;
}
.AnyTagClassName
{
color: #6FFBF8;
}
</style>
background-color css
<style>
a { background-color: #6FFBF8; }
a { background-color: rgb(111,251,248); }
div.DivClassName
{
background-color: #6FFBF8;
}
.BgClassName
{
background-color: #6FFBF8;
}
</style>
border-color css
<style>
span { border-color: #6FFBF8; }
span { border-color: rgb(111,251,248); }
td.TdClassName
{
border-color: #6FFBF8;
}
.TagClassName
{
border-color: #6FFBF8;
}
</style>