Shades of Baby Blue #6CFCFB
Tints of Baby Blue #6CFCFB
RGB
CMYK
RGB Variations
Color information
#6CFCFB (or 0x6CFCFB) is known color: Baby Blue. HEX triplet: 6C, FC and FB. RGB value is (108,252,251). Sum of RGB (Red+Green+Blue) = 108+252+251=611 (80% of max value = 765). Red value is 108 (42.58% from 255 or 17.68% from 611); Green value is 252 (98.83% from 255 or 41.24% from 611); Blue value is 251 (98.44% from 255 or 41.08% from 611); Max value from RGB is 252 - color contains mainly: green. Hex color #6CFCFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CFCFB is #930304. Grayscale: #D0D0D0. Windows color (decimal): -9634565 or 16514156. OLE color: 16514156.
HSL color Cylindrical-coordinate representation of color #6CFCFB: hue angle of 179.58º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CFCFB is Cyan = 0.57, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 252 | 251 | - |
| CMYK | 0.57 | 0 | 0.00 | 0.01 |
| HSL | 179.58º | 0.96% | 0.71% | - |
| HSV(B) | 179.58º | 0.57% | 0.99% | - |
| XYZ | 58.41 | 79.77 | 103.59 | - |
| YUV | 208.83 | 151.79 | 56.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 252 | 251 | 0.57 | 0 | 0.00 | 0.01 | 179.58 | 0.96 | 0.71 |
| Hex | 6C | FC | FB | 39 | 0 | 0 | 1 | B4 | 60 | 47 |
| Octal | 154 | 374 | 373 | 71 | 0 | 0 | 1 | 264 | 140 | 107 |
| Binary | 1101100 | 11111100 | 11111011 | 111001 | 0 | 0 | 1 | 10110100 | 1100000 | 1000111 |
Color Harmonies of #6CFCFB
Complementary color
Monochromatic Colors of #6CFCFB
Black with #6CFCFB
Text Example
Text Example
White with #6CFCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFCFB; }
p { color: rgb(108,252,251); }
H1.HeaderClassName
{
color: #6CFCFB;
}
.AnyTagClassName
{
color: #6CFCFB;
}
</style>
background-color css
<style>
a { background-color: #6CFCFB; }
a { background-color: rgb(108,252,251); }
div.DivClassName
{
background-color: #6CFCFB;
}
.BgClassName
{
background-color: #6CFCFB;
}
</style>
border-color css
<style>
span { border-color: #6CFCFB; }
span { border-color: rgb(108,252,251); }
td.TdClassName
{
border-color: #6CFCFB;
}
.TagClassName
{
border-color: #6CFCFB;
}
</style>