Shades of Baby Blue #6BFDEB
Tints of Baby Blue #6BFDEB
RGB
CMYK
RGB Variations
Color information
#6BFDEB (or 0x6BFDEB) is known color: Baby Blue. HEX triplet: 6B, FD and EB. RGB value is (107,253,235). Sum of RGB (Red+Green+Blue) = 107+253+235=595 (78% of max value = 765). Red value is 107 (42.19% from 255 or 17.98% from 595); Green value is 253 (99.22% from 255 or 42.52% from 595); Blue value is 235 (92.19% from 255 or 39.50% from 595); Max value from RGB is 253 - color contains mainly: green. Hex color #6BFDEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BFDEB is #940214. Grayscale: #CFCFCF. Windows color (decimal): -9699861 or 15465835. OLE color: 15465835.
HSL color Cylindrical-coordinate representation of color #6BFDEB: hue angle of 172.6º 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 #6BFDEB is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 253 | 235 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.01 |
| HSL | 172.6º | 0.97% | 0.71% | - |
| HSV(B) | 172.6º | 0.58% | 0.99% | - |
| XYZ | 56.18 | 79.37 | 90.96 | - |
| YUV | 207.29 | 143.63 | 56.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 253 | 235 | 0.58 | 0 | 0.07 | 0.01 | 172.6 | 0.97 | 0.71 |
| Hex | 6B | FD | EB | 3A | 0 | 7 | 1 | AD | 61 | 47 |
| Octal | 153 | 375 | 353 | 72 | 0 | 7 | 1 | 255 | 141 | 107 |
| Binary | 1101011 | 11111101 | 11101011 | 111010 | 0 | 111 | 1 | 10101101 | 1100001 | 1000111 |
Color Harmonies of #6BFDEB
Complementary color
Monochromatic Colors of #6BFDEB
Black with #6BFDEB
Text Example
Text Example
White with #6BFDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFDEB; }
p { color: rgb(107,253,235); }
H1.HeaderClassName
{
color: #6BFDEB;
}
.AnyTagClassName
{
color: #6BFDEB;
}
</style>
background-color css
<style>
a { background-color: #6BFDEB; }
a { background-color: rgb(107,253,235); }
div.DivClassName
{
background-color: #6BFDEB;
}
.BgClassName
{
background-color: #6BFDEB;
}
</style>
border-color css
<style>
span { border-color: #6BFDEB; }
span { border-color: rgb(107,253,235); }
td.TdClassName
{
border-color: #6BFDEB;
}
.TagClassName
{
border-color: #6BFDEB;
}
</style>