Shades of Baby Blue #6BFFFC
Tints of Baby Blue #6BFFFC
RGB
CMYK
RGB Variations
Color information
#6BFFFC (or 0x6BFFFC) is known color: Baby Blue. HEX triplet: 6B, FF and FC. RGB value is (107,255,252). Sum of RGB (Red+Green+Blue) = 107+255+252=614 (81% of max value = 765). Red value is 107 (42.19% from 255 or 17.43% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #6BFFFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BFFFC is #940003. Grayscale: #D2D2D2. Windows color (decimal): -9699332 or 16580459. OLE color: 16580459.
HSL color Cylindrical-coordinate representation of color #6BFFFC: hue angle of 178.78º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFFFC is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 255 | 252 | - |
| CMYK | 0.58 | 0 | 0.01 | 0 |
| HSL | 178.78º | 1% | 0.71% | - |
| HSV(B) | 178.78º | 0.58% | 1% | - |
| XYZ | 59.39 | 81.67 | 104.73 | - |
| YUV | 210.41 | 151.47 | 54.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 255 | 252 | 0.58 | 0 | 0.01 | 0 | 178.78 | 1 | 0.71 |
| Hex | 6B | FF | FC | 3A | 0 | 1 | 0 | B3 | 64 | 47 |
| Octal | 153 | 377 | 374 | 72 | 0 | 1 | 0 | 263 | 144 | 107 |
| Binary | 1101011 | 11111111 | 11111100 | 111010 | 0 | 1 | 0 | 10110011 | 1100100 | 1000111 |
Color Harmonies of #6BFFFC
Complementary color
Monochromatic Colors of #6BFFFC
Black with #6BFFFC
Text Example
Text Example
White with #6BFFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFFFC; }
p { color: rgb(107,255,252); }
H1.HeaderClassName
{
color: #6BFFFC;
}
.AnyTagClassName
{
color: #6BFFFC;
}
</style>
background-color css
<style>
a { background-color: #6BFFFC; }
a { background-color: rgb(107,255,252); }
div.DivClassName
{
background-color: #6BFFFC;
}
.BgClassName
{
background-color: #6BFFFC;
}
</style>
border-color css
<style>
span { border-color: #6BFFFC; }
span { border-color: rgb(107,255,252); }
td.TdClassName
{
border-color: #6BFFFC;
}
.TagClassName
{
border-color: #6BFFFC;
}
</style>