Shades of Baby Blue #6CF1F0
Tints of Baby Blue #6CF1F0
RGB
CMYK
RGB Variations
Color information
#6CF1F0 (or 0x6CF1F0) is known color: Baby Blue. HEX triplet: 6C, F1 and F0. RGB value is (108,241,240). Sum of RGB (Red+Green+Blue) = 108+241+240=589 (78% of max value = 765). Red value is 108 (42.58% from 255 or 18.34% from 589); Green value is 241 (94.53% from 255 or 40.92% from 589); Blue value is 240 (94.14% from 255 or 40.75% from 589); Max value from RGB is 241 - color contains mainly: green. Hex color #6CF1F0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CF1F0 is #930E0F. Grayscale: #C8C8C8. Windows color (decimal): -9637392 or 15790444. OLE color: 15790444.
HSL color Cylindrical-coordinate representation of color #6CF1F0: hue angle of 179.55º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CF1F0 is Cyan = 0.55, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 241 | 240 | - |
| CMYK | 0.55 | 0 | 0.00 | 0.05 |
| HSL | 179.55º | 0.83% | 0.68% | - |
| HSV(B) | 179.55º | 0.55% | 0.95% | - |
| XYZ | 53.37 | 72.39 | 93.6 | - |
| YUV | 201.12 | 149.94 | 61.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 241 | 240 | 0.55 | 0 | 0.00 | 0.05 | 179.55 | 0.83 | 0.68 |
| Hex | 6C | F1 | F0 | 37 | 0 | 0 | 5 | B4 | 53 | 44 |
| Octal | 154 | 361 | 360 | 67 | 0 | 0 | 5 | 264 | 123 | 104 |
| Binary | 1101100 | 11110001 | 11110000 | 110111 | 0 | 0 | 101 | 10110100 | 1010011 | 1000100 |
Color Harmonies of #6CF1F0
Complementary color
Monochromatic Colors of #6CF1F0
Black with #6CF1F0
Text Example
Text Example
White with #6CF1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF1F0; }
p { color: rgb(108,241,240); }
H1.HeaderClassName
{
color: #6CF1F0;
}
.AnyTagClassName
{
color: #6CF1F0;
}
</style>
background-color css
<style>
a { background-color: #6CF1F0; }
a { background-color: rgb(108,241,240); }
div.DivClassName
{
background-color: #6CF1F0;
}
.BgClassName
{
background-color: #6CF1F0;
}
</style>
border-color css
<style>
span { border-color: #6CF1F0; }
span { border-color: rgb(108,241,240); }
td.TdClassName
{
border-color: #6CF1F0;
}
.TagClassName
{
border-color: #6CF1F0;
}
</style>