Shades of Baby Blue #6FFBEB
Tints of Baby Blue #6FFBEB
RGB
CMYK
RGB Variations
Color information
#6FFBEB (or 0x6FFBEB) is known color: Baby Blue. HEX triplet: 6F, FB and EB. RGB value is (111,251,235). Sum of RGB (Red+Green+Blue) = 111+251+235=597 (79% of max value = 765). Red value is 111 (43.75% from 255 or 18.59% from 597); Green value is 251 (98.44% from 255 or 42.04% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 251 - color contains mainly: green. Hex color #6FFBEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFBEB is #900414. Grayscale: #CFCFCF. Windows color (decimal): -9438229 or 15465327. OLE color: 15465327.
HSL color Cylindrical-coordinate representation of color #6FFBEB: hue angle of 173.14º 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 #6FFBEB is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 251 | 235 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.02 |
| HSL | 173.14º | 0.95% | 0.71% | - |
| HSV(B) | 173.14º | 0.56% | 0.98% | - |
| XYZ | 56.05 | 78.37 | 90.77 | - |
| YUV | 207.32 | 143.62 | 59.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 251 | 235 | 0.56 | 0 | 0.06 | 0.02 | 173.14 | 0.95 | 0.71 |
| Hex | 6F | FB | EB | 38 | 0 | 6 | 2 | AD | 5F | 47 |
| Octal | 157 | 373 | 353 | 70 | 0 | 6 | 2 | 255 | 137 | 107 |
| Binary | 1101111 | 11111011 | 11101011 | 111000 | 0 | 110 | 10 | 10101101 | 1011111 | 1000111 |
Color Harmonies of #6FFBEB
Complementary color
Monochromatic Colors of #6FFBEB
Black with #6FFBEB
Text Example
Text Example
White with #6FFBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFBEB; }
p { color: rgb(111,251,235); }
H1.HeaderClassName
{
color: #6FFBEB;
}
.AnyTagClassName
{
color: #6FFBEB;
}
</style>
background-color css
<style>
a { background-color: #6FFBEB; }
a { background-color: rgb(111,251,235); }
div.DivClassName
{
background-color: #6FFBEB;
}
.BgClassName
{
background-color: #6FFBEB;
}
</style>
border-color css
<style>
span { border-color: #6FFBEB; }
span { border-color: rgb(111,251,235); }
td.TdClassName
{
border-color: #6FFBEB;
}
.TagClassName
{
border-color: #6FFBEB;
}
</style>