Shades of Baby Blue #6CFDF5
Tints of Baby Blue #6CFDF5
RGB
CMYK
RGB Variations
Color information
#6CFDF5 (or 0x6CFDF5) is known color: Baby Blue. HEX triplet: 6C, FD and F5. RGB value is (108,253,245). Sum of RGB (Red+Green+Blue) = 108+253+245=606 (80% of max value = 765). Red value is 108 (42.58% from 255 or 17.82% from 606); Green value is 253 (99.22% from 255 or 41.75% from 606); Blue value is 245 (96.09% from 255 or 40.43% from 606); Max value from RGB is 253 - color contains mainly: green. Hex color #6CFDF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CFDF5 is #93020A. Grayscale: #D0D0D0. Windows color (decimal): -9634315 or 16121196. OLE color: 16121196.
HSL color Cylindrical-coordinate representation of color #6CFDF5: hue angle of 176.69º degrees, saturation: 0.97, 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 #6CFDF5 is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 253 | 245 | - |
| CMYK | 0.57 | 0 | 0.03 | 0.01 |
| HSL | 176.69º | 0.97% | 0.71% | - |
| HSV(B) | 176.69º | 0.57% | 0.99% | - |
| XYZ | 57.79 | 80.03 | 98.79 | - |
| YUV | 208.73 | 148.46 | 56.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 253 | 245 | 0.57 | 0 | 0.03 | 0.01 | 176.69 | 0.97 | 0.71 |
| Hex | 6C | FD | F5 | 39 | 0 | 3 | 1 | B1 | 61 | 47 |
| Octal | 154 | 375 | 365 | 71 | 0 | 3 | 1 | 261 | 141 | 107 |
| Binary | 1101100 | 11111101 | 11110101 | 111001 | 0 | 11 | 1 | 10110001 | 1100001 | 1000111 |
Color Harmonies of #6CFDF5
Complementary color
Monochromatic Colors of #6CFDF5
Black with #6CFDF5
Text Example
Text Example
White with #6CFDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFDF5; }
p { color: rgb(108,253,245); }
H1.HeaderClassName
{
color: #6CFDF5;
}
.AnyTagClassName
{
color: #6CFDF5;
}
</style>
background-color css
<style>
a { background-color: #6CFDF5; }
a { background-color: rgb(108,253,245); }
div.DivClassName
{
background-color: #6CFDF5;
}
.BgClassName
{
background-color: #6CFDF5;
}
</style>
border-color css
<style>
span { border-color: #6CFDF5; }
span { border-color: rgb(108,253,245); }
td.TdClassName
{
border-color: #6CFDF5;
}
.TagClassName
{
border-color: #6CFDF5;
}
</style>