Shades of Baby Blue #6CFFF8
Tints of Baby Blue #6CFFF8
RGB
CMYK
RGB Variations
Color information
#6CFFF8 (or 0x6CFFF8) is known color: Baby Blue. HEX triplet: 6C, FF and F8. RGB value is (108,255,248). Sum of RGB (Red+Green+Blue) = 108+255+248=611 (80% of max value = 765). Red value is 108 (42.58% from 255 or 17.68% from 611); Green value is 255 (100% from 255 or 41.73% from 611); Blue value is 248 (97.27% from 255 or 40.59% from 611); Max value from RGB is 255 - color contains mainly: green. Hex color #6CFFF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CFFF8 is #930007. Grayscale: #D2D2D2. Windows color (decimal): -9633800 or 16318316. OLE color: 16318316.
HSL color Cylindrical-coordinate representation of color #6CFFF8: hue angle of 177.14º 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 #6CFFF8 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 255 | 248 | - |
| CMYK | 0.58 | 0 | 0.03 | 0 |
| HSL | 177.14º | 1% | 0.71% | - |
| HSV(B) | 177.14º | 0.58% | 1% | - |
| XYZ | 58.89 | 81.49 | 101.43 | - |
| YUV | 210.25 | 149.3 | 55.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 255 | 248 | 0.58 | 0 | 0.03 | 0 | 177.14 | 1 | 0.71 |
| Hex | 6C | FF | F8 | 3A | 0 | 3 | 0 | B1 | 64 | 47 |
| Octal | 154 | 377 | 370 | 72 | 0 | 3 | 0 | 261 | 144 | 107 |
| Binary | 1101100 | 11111111 | 11111000 | 111010 | 0 | 11 | 0 | 10110001 | 1100100 | 1000111 |
Color Harmonies of #6CFFF8
Complementary color
Monochromatic Colors of #6CFFF8
Black with #6CFFF8
Text Example
Text Example
White with #6CFFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFFF8; }
p { color: rgb(108,255,248); }
H1.HeaderClassName
{
color: #6CFFF8;
}
.AnyTagClassName
{
color: #6CFFF8;
}
</style>
background-color css
<style>
a { background-color: #6CFFF8; }
a { background-color: rgb(108,255,248); }
div.DivClassName
{
background-color: #6CFFF8;
}
.BgClassName
{
background-color: #6CFFF8;
}
</style>
border-color css
<style>
span { border-color: #6CFFF8; }
span { border-color: rgb(108,255,248); }
td.TdClassName
{
border-color: #6CFFF8;
}
.TagClassName
{
border-color: #6CFFF8;
}
</style>