Shades of Baby Blue #6BFAEB
Tints of Baby Blue #6BFAEB
RGB
CMYK
RGB Variations
Color information
#6BFAEB (or 0x6BFAEB) is known color: Baby Blue. HEX triplet: 6B, FA and EB. RGB value is (107,250,235). Sum of RGB (Red+Green+Blue) = 107+250+235=592 (78% of max value = 765). Red value is 107 (42.19% from 255 or 18.07% from 592); Green value is 250 (98.05% from 255 or 42.23% from 592); Blue value is 235 (92.19% from 255 or 39.70% from 592); Max value from RGB is 250 - color contains mainly: green. Hex color #6BFAEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BFAEB is #940514. Grayscale: #CDCDCD. Windows color (decimal): -9700629 or 15465067. OLE color: 15465067.
HSL color Cylindrical-coordinate representation of color #6BFAEB: hue angle of 173.71º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BFAEB is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 250 | 235 | - |
| CMYK | 0.57 | 0 | 0.06 | 0.02 |
| HSL | 173.71º | 0.93% | 0.7% | - |
| HSV(B) | 173.71º | 0.57% | 0.98% | - |
| XYZ | 55.24 | 77.5 | 90.64 | - |
| YUV | 205.53 | 144.62 | 57.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 250 | 235 | 0.57 | 0 | 0.06 | 0.02 | 173.71 | 0.93 | 0.7 |
| Hex | 6B | FA | EB | 39 | 0 | 6 | 2 | AE | 5D | 46 |
| Octal | 153 | 372 | 353 | 71 | 0 | 6 | 2 | 256 | 135 | 106 |
| Binary | 1101011 | 11111010 | 11101011 | 111001 | 0 | 110 | 10 | 10101110 | 1011101 | 1000110 |
Color Harmonies of #6BFAEB
Complementary color
Monochromatic Colors of #6BFAEB
Black with #6BFAEB
Text Example
Text Example
White with #6BFAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFAEB; }
p { color: rgb(107,250,235); }
H1.HeaderClassName
{
color: #6BFAEB;
}
.AnyTagClassName
{
color: #6BFAEB;
}
</style>
background-color css
<style>
a { background-color: #6BFAEB; }
a { background-color: rgb(107,250,235); }
div.DivClassName
{
background-color: #6BFAEB;
}
.BgClassName
{
background-color: #6BFAEB;
}
</style>
border-color css
<style>
span { border-color: #6BFAEB; }
span { border-color: rgb(107,250,235); }
td.TdClassName
{
border-color: #6BFAEB;
}
.TagClassName
{
border-color: #6BFAEB;
}
</style>