Shades of Baby Blue #6BFDFB
Tints of Baby Blue #6BFDFB
RGB
CMYK
RGB Variations
Color information
#6BFDFB (or 0x6BFDFB) is known color: Baby Blue. HEX triplet: 6B, FD and FB. RGB value is (107,253,251). Sum of RGB (Red+Green+Blue) = 107+253+251=611 (80% of max value = 765). Red value is 107 (42.19% from 255 or 17.51% from 611); Green value is 253 (99.22% from 255 or 41.41% from 611); Blue value is 251 (98.44% from 255 or 41.08% from 611); Max value from RGB is 253 - color contains mainly: green. Hex color #6BFDFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BFDFB is #940204. Grayscale: #D0D0D0. Windows color (decimal): -9699845 or 16514411. OLE color: 16514411.
HSL color Cylindrical-coordinate representation of color #6BFDFB: hue angle of 179.18º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFDFB is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 253 | 251 | - |
| CMYK | 0.58 | 0 | 0.01 | 0.01 |
| HSL | 179.18º | 0.97% | 0.71% | - |
| HSV(B) | 179.18º | 0.58% | 0.99% | - |
| XYZ | 58.6 | 80.34 | 103.69 | - |
| YUV | 209.12 | 151.63 | 55.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 253 | 251 | 0.58 | 0 | 0.01 | 0.01 | 179.18 | 0.97 | 0.71 |
| Hex | 6B | FD | FB | 3A | 0 | 1 | 1 | B3 | 61 | 47 |
| Octal | 153 | 375 | 373 | 72 | 0 | 1 | 1 | 263 | 141 | 107 |
| Binary | 1101011 | 11111101 | 11111011 | 111010 | 0 | 1 | 1 | 10110011 | 1100001 | 1000111 |
Color Harmonies of #6BFDFB
Complementary color
Monochromatic Colors of #6BFDFB
Black with #6BFDFB
Text Example
Text Example
White with #6BFDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFDFB; }
p { color: rgb(107,253,251); }
H1.HeaderClassName
{
color: #6BFDFB;
}
.AnyTagClassName
{
color: #6BFDFB;
}
</style>
background-color css
<style>
a { background-color: #6BFDFB; }
a { background-color: rgb(107,253,251); }
div.DivClassName
{
background-color: #6BFDFB;
}
.BgClassName
{
background-color: #6BFDFB;
}
</style>
border-color css
<style>
span { border-color: #6BFDFB; }
span { border-color: rgb(107,253,251); }
td.TdClassName
{
border-color: #6BFDFB;
}
.TagClassName
{
border-color: #6BFDFB;
}
</style>