Shades of Baby Blue #6BFFFB
Tints of Baby Blue #6BFFFB
RGB
CMYK
RGB Variations
Color information
#6BFFFB (or 0x6BFFFB) is known color: Baby Blue. HEX triplet: 6B, FF and FB. RGB value is (107,255,251). Sum of RGB (Red+Green+Blue) = 107+255+251=613 (81% of max value = 765). Red value is 107 (42.19% from 255 or 17.46% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 251 (98.44% from 255 or 40.95% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #6BFFFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BFFFB is #940004. Grayscale: #D2D2D2. Windows color (decimal): -9699333 or 16514923. OLE color: 16514923.
HSL color Cylindrical-coordinate representation of color #6BFFFB: hue angle of 178.38º 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 #6BFFFB is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 255 | 251 | - |
| CMYK | 0.58 | 0 | 0.02 | 0 |
| HSL | 178.38º | 1% | 0.71% | - |
| HSV(B) | 178.38º | 0.58% | 1% | - |
| XYZ | 59.24 | 81.61 | 103.9 | - |
| YUV | 210.29 | 150.97 | 54.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 255 | 251 | 0.58 | 0 | 0.02 | 0 | 178.38 | 1 | 0.71 |
| Hex | 6B | FF | FB | 3A | 0 | 2 | 0 | B2 | 64 | 47 |
| Octal | 153 | 377 | 373 | 72 | 0 | 2 | 0 | 262 | 144 | 107 |
| Binary | 1101011 | 11111111 | 11111011 | 111010 | 0 | 10 | 0 | 10110010 | 1100100 | 1000111 |
Color Harmonies of #6BFFFB
Complementary color
Monochromatic Colors of #6BFFFB
Black with #6BFFFB
Text Example
Text Example
White with #6BFFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFFFB; }
p { color: rgb(107,255,251); }
H1.HeaderClassName
{
color: #6BFFFB;
}
.AnyTagClassName
{
color: #6BFFFB;
}
</style>
background-color css
<style>
a { background-color: #6BFFFB; }
a { background-color: rgb(107,255,251); }
div.DivClassName
{
background-color: #6BFFFB;
}
.BgClassName
{
background-color: #6BFFFB;
}
</style>
border-color css
<style>
span { border-color: #6BFFFB; }
span { border-color: rgb(107,255,251); }
td.TdClassName
{
border-color: #6BFFFB;
}
.TagClassName
{
border-color: #6BFFFB;
}
</style>