Shades of Baby Blue #6CFFFB
Tints of Baby Blue #6CFFFB
RGB
CMYK
RGB Variations
Color information
#6CFFFB (or 0x6CFFFB) is known color: Baby Blue. HEX triplet: 6C, FF and FB. RGB value is (108,255,251). Sum of RGB (Red+Green+Blue) = 108+255+251=614 (81% of max value = 765). Red value is 108 (42.58% from 255 or 17.59% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 251 (98.44% from 255 or 40.88% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #6CFFFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CFFFB is #930004. Grayscale: #D2D2D2. Windows color (decimal): -9633797 or 16514924. OLE color: 16514924.
HSL color Cylindrical-coordinate representation of color #6CFFFB: hue angle of 178.37º 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 #6CFFFB is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 255 | 251 | - |
| CMYK | 0.58 | 0 | 0.02 | 0 |
| HSL | 178.37º | 1% | 0.71% | - |
| HSV(B) | 178.37º | 0.58% | 1% | - |
| XYZ | 59.36 | 81.67 | 103.9 | - |
| YUV | 210.59 | 150.8 | 54.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 255 | 251 | 0.58 | 0 | 0.02 | 0 | 178.37 | 1 | 0.71 |
| Hex | 6C | FF | FB | 3A | 0 | 2 | 0 | B2 | 64 | 47 |
| Octal | 154 | 377 | 373 | 72 | 0 | 2 | 0 | 262 | 144 | 107 |
| Binary | 1101100 | 11111111 | 11111011 | 111010 | 0 | 10 | 0 | 10110010 | 1100100 | 1000111 |
Color Harmonies of #6CFFFB
Complementary color
Monochromatic Colors of #6CFFFB
Black with #6CFFFB
Text Example
Text Example
White with #6CFFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFFFB; }
p { color: rgb(108,255,251); }
H1.HeaderClassName
{
color: #6CFFFB;
}
.AnyTagClassName
{
color: #6CFFFB;
}
</style>
background-color css
<style>
a { background-color: #6CFFFB; }
a { background-color: rgb(108,255,251); }
div.DivClassName
{
background-color: #6CFFFB;
}
.BgClassName
{
background-color: #6CFFFB;
}
</style>
border-color css
<style>
span { border-color: #6CFFFB; }
span { border-color: rgb(108,255,251); }
td.TdClassName
{
border-color: #6CFFFB;
}
.TagClassName
{
border-color: #6CFFFB;
}
</style>