Shades of Baby Blue #6BFDFC
Tints of Baby Blue #6BFDFC
RGB
CMYK
RGB Variations
Color information
#6BFDFC (or 0x6BFDFC) is known color: Baby Blue. HEX triplet: 6B, FD and FC. RGB value is (107,253,252). Sum of RGB (Red+Green+Blue) = 107+253+252=612 (81% of max value = 765). Red value is 107 (42.19% from 255 or 17.48% from 612); Green value is 253 (99.22% from 255 or 41.34% from 612); Blue value is 252 (98.83% from 255 or 41.18% from 612); Max value from RGB is 253 - color contains mainly: green. Hex color #6BFDFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BFDFC is #940203. Grayscale: #D1D1D1. Windows color (decimal): -9699844 or 16579947. OLE color: 16579947.
HSL color Cylindrical-coordinate representation of color #6BFDFC: hue angle of 179.59º 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 #6BFDFC is Cyan = 0.58, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 253 | 252 | - |
| CMYK | 0.58 | 0 | 0.00 | 0.01 |
| HSL | 179.59º | 0.97% | 0.71% | - |
| HSV(B) | 179.59º | 0.58% | 0.99% | - |
| XYZ | 58.76 | 80.4 | 104.52 | - |
| YUV | 209.23 | 152.13 | 55.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 253 | 252 | 0.58 | 0 | 0.00 | 0.01 | 179.59 | 0.97 | 0.71 |
| Hex | 6B | FD | FC | 3A | 0 | 0 | 1 | B4 | 61 | 47 |
| Octal | 153 | 375 | 374 | 72 | 0 | 0 | 1 | 264 | 141 | 107 |
| Binary | 1101011 | 11111101 | 11111100 | 111010 | 0 | 0 | 1 | 10110100 | 1100001 | 1000111 |
Color Harmonies of #6BFDFC
Complementary color
Monochromatic Colors of #6BFDFC
Black with #6BFDFC
Text Example
Text Example
White with #6BFDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFDFC; }
p { color: rgb(107,253,252); }
H1.HeaderClassName
{
color: #6BFDFC;
}
.AnyTagClassName
{
color: #6BFDFC;
}
</style>
background-color css
<style>
a { background-color: #6BFDFC; }
a { background-color: rgb(107,253,252); }
div.DivClassName
{
background-color: #6BFDFC;
}
.BgClassName
{
background-color: #6BFDFC;
}
</style>
border-color css
<style>
span { border-color: #6BFDFC; }
span { border-color: rgb(107,253,252); }
td.TdClassName
{
border-color: #6BFDFC;
}
.TagClassName
{
border-color: #6BFDFC;
}
</style>