Shades of Baby Blue #6CFBF1
Tints of Baby Blue #6CFBF1
RGB
CMYK
RGB Variations
Color information
#6CFBF1 (or 0x6CFBF1) is known color: Baby Blue. HEX triplet: 6C, FB and F1. RGB value is (108,251,241). Sum of RGB (Red+Green+Blue) = 108+251+241=600 (79% of max value = 765). Red value is 108 (42.58% from 255 or 18% from 600); Green value is 251 (98.44% from 255 or 41.83% from 600); Blue value is 241 (94.53% from 255 or 40.17% from 600); Max value from RGB is 251 - color contains mainly: green. Hex color #6CFBF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CFBF1 is #93040E. Grayscale: #CFCFCF. Windows color (decimal): -9634831 or 15858540. OLE color: 15858540.
HSL color Cylindrical-coordinate representation of color #6CFBF1: hue angle of 175.8º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CFBF1 is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 108 | 251 | 241 | - |
| CMYK | 0.57 | 0 | 0.04 | 0.02 |
| HSL | 175.8º | 0.95% | 0.7% | - |
| HSV(B) | 175.8º | 0.57% | 0.98% | - |
| XYZ | 56.56 | 78.53 | 95.4 | - |
| YUV | 207.1 | 147.12 | 57.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 251 | 241 | 0.57 | 0 | 0.04 | 0.02 | 175.8 | 0.95 | 0.7 |
| Hex | 6C | FB | F1 | 39 | 0 | 4 | 2 | B0 | 5F | 46 |
| Octal | 154 | 373 | 361 | 71 | 0 | 4 | 2 | 260 | 137 | 106 |
| Binary | 1101100 | 11111011 | 11110001 | 111001 | 0 | 100 | 10 | 10110000 | 1011111 | 1000110 |
Color Harmonies of #6CFBF1
Complementary color
Monochromatic Colors of #6CFBF1
Black with #6CFBF1
Text Example
Text Example
White with #6CFBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFBF1; }
p { color: rgb(108,251,241); }
H1.HeaderClassName
{
color: #6CFBF1;
}
.AnyTagClassName
{
color: #6CFBF1;
}
</style>
background-color css
<style>
a { background-color: #6CFBF1; }
a { background-color: rgb(108,251,241); }
div.DivClassName
{
background-color: #6CFBF1;
}
.BgClassName
{
background-color: #6CFBF1;
}
</style>
border-color css
<style>
span { border-color: #6CFBF1; }
span { border-color: rgb(108,251,241); }
td.TdClassName
{
border-color: #6CFBF1;
}
.TagClassName
{
border-color: #6CFBF1;
}
</style>