Shades of Baby Blue #6FFBE6
Tints of Baby Blue #6FFBE6
RGB
CMYK
RGB Variations
Color information
#6FFBE6 (or 0x6FFBE6) is known color: Baby Blue. HEX triplet: 6F, FB and E6. RGB value is (111,251,230). Sum of RGB (Red+Green+Blue) = 111+251+230=592 (78% of max value = 765). Red value is 111 (43.75% from 255 or 18.75% from 592); Green value is 251 (98.44% from 255 or 42.40% from 592); Blue value is 230 (90.23% from 255 or 38.85% from 592); Max value from RGB is 251 - color contains mainly: green. Hex color #6FFBE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFBE6 is #900419. Grayscale: #CECECE. Windows color (decimal): -9438234 or 15137647. OLE color: 15137647.
HSL color Cylindrical-coordinate representation of color #6FFBE6: hue angle of 171º 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 #6FFBE6 is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 251 | 230 | - |
| CMYK | 0.56 | 0 | 0.08 | 0.02 |
| HSL | 171º | 0.95% | 0.71% | - |
| HSV(B) | 171º | 0.56% | 0.98% | - |
| XYZ | 55.34 | 78.09 | 87.02 | - |
| YUV | 206.75 | 141.12 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 251 | 230 | 0.56 | 0 | 0.08 | 0.02 | 171 | 0.95 | 0.71 |
| Hex | 6F | FB | E6 | 38 | 0 | 8 | 2 | AB | 5F | 47 |
| Octal | 157 | 373 | 346 | 70 | 0 | 10 | 2 | 253 | 137 | 107 |
| Binary | 1101111 | 11111011 | 11100110 | 111000 | 0 | 1000 | 10 | 10101011 | 1011111 | 1000111 |
Color Harmonies of #6FFBE6
Complementary color
Monochromatic Colors of #6FFBE6
Black with #6FFBE6
Text Example
Text Example
White with #6FFBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFBE6; }
p { color: rgb(111,251,230); }
H1.HeaderClassName
{
color: #6FFBE6;
}
.AnyTagClassName
{
color: #6FFBE6;
}
</style>
background-color css
<style>
a { background-color: #6FFBE6; }
a { background-color: rgb(111,251,230); }
div.DivClassName
{
background-color: #6FFBE6;
}
.BgClassName
{
background-color: #6FFBE6;
}
</style>
border-color css
<style>
span { border-color: #6FFBE6; }
span { border-color: rgb(111,251,230); }
td.TdClassName
{
border-color: #6FFBE6;
}
.TagClassName
{
border-color: #6FFBE6;
}
</style>