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