Shades of Baby Blue #6BFFE8
Tints of Baby Blue #6BFFE8
RGB
CMYK
RGB Variations
Color information
#6BFFE8 (or 0x6BFFE8) is known color: Baby Blue. HEX triplet: 6B, FF and E8. RGB value is (107,255,232). Sum of RGB (Red+Green+Blue) = 107+255+232=594 (78% of max value = 765). Red value is 107 (42.19% from 255 or 18.01% from 594); Green value is 255 (100% from 255 or 42.93% from 594); Blue value is 232 (91.02% from 255 or 39.06% from 594); Max value from RGB is 255 - color contains mainly: green. Hex color #6BFFE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BFFE8 is #940017. Grayscale: #D0D0D0. Windows color (decimal): -9699352 or 15269739. OLE color: 15269739.
HSL color Cylindrical-coordinate representation of color #6BFFE8: hue angle of 170.68º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFFE8 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 255 | 232 | - |
| CMYK | 0.58 | 0 | 0.09 | 0 |
| HSL | 170.68º | 1% | 0.71% | - |
| HSV(B) | 170.68º | 0.58% | 1% | - |
| XYZ | 56.39 | 80.47 | 88.9 | - |
| YUV | 208.13 | 141.47 | 55.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 255 | 232 | 0.58 | 0 | 0.09 | 0 | 170.68 | 1 | 0.71 |
| Hex | 6B | FF | E8 | 3A | 0 | 9 | 0 | AB | 64 | 47 |
| Octal | 153 | 377 | 350 | 72 | 0 | 11 | 0 | 253 | 144 | 107 |
| Binary | 1101011 | 11111111 | 11101000 | 111010 | 0 | 1001 | 0 | 10101011 | 1100100 | 1000111 |
Color Harmonies of #6BFFE8
Complementary color
Monochromatic Colors of #6BFFE8
Black with #6BFFE8
Text Example
Text Example
White with #6BFFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFFE8; }
p { color: rgb(107,255,232); }
H1.HeaderClassName
{
color: #6BFFE8;
}
.AnyTagClassName
{
color: #6BFFE8;
}
</style>
background-color css
<style>
a { background-color: #6BFFE8; }
a { background-color: rgb(107,255,232); }
div.DivClassName
{
background-color: #6BFFE8;
}
.BgClassName
{
background-color: #6BFFE8;
}
</style>
border-color css
<style>
span { border-color: #6BFFE8; }
span { border-color: rgb(107,255,232); }
td.TdClassName
{
border-color: #6BFFE8;
}
.TagClassName
{
border-color: #6BFFE8;
}
</style>