Shades of Baby Blue #6CF0ED
Tints of Baby Blue #6CF0ED
RGB
CMYK
RGB Variations
Color information
#6CF0ED (or 0x6CF0ED) is known color: Baby Blue. HEX triplet: 6C, F0 and ED. RGB value is (108,240,237). Sum of RGB (Red+Green+Blue) = 108+240+237=585 (77% of max value = 765). Red value is 108 (42.58% from 255 or 18.46% from 585); Green value is 240 (94.14% from 255 or 41.03% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 240 - color contains mainly: green. Hex color #6CF0ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CF0ED is #930F12. Grayscale: #C8C8C8. Windows color (decimal): -9637651 or 15593580. OLE color: 15593580.
HSL color Cylindrical-coordinate representation of color #6CF0ED: hue angle of 178.64º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CF0ED is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 240 | 237 | - |
| CMYK | 0.55 | 0 | 0.01 | 0.06 |
| HSL | 178.64º | 0.81% | 0.68% | - |
| HSV(B) | 178.64º | 0.55% | 0.94% | - |
| XYZ | 52.63 | 71.62 | 91.17 | - |
| YUV | 200.19 | 148.77 | 62.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 240 | 237 | 0.55 | 0 | 0.01 | 0.06 | 178.64 | 0.81 | 0.68 |
| Hex | 6C | F0 | ED | 37 | 0 | 1 | 6 | B3 | 51 | 44 |
| Octal | 154 | 360 | 355 | 67 | 0 | 1 | 6 | 263 | 121 | 104 |
| Binary | 1101100 | 11110000 | 11101101 | 110111 | 0 | 1 | 110 | 10110011 | 1010001 | 1000100 |
Color Harmonies of #6CF0ED
Complementary color
Monochromatic Colors of #6CF0ED
Black with #6CF0ED
Text Example
Text Example
White with #6CF0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF0ED; }
p { color: rgb(108,240,237); }
H1.HeaderClassName
{
color: #6CF0ED;
}
.AnyTagClassName
{
color: #6CF0ED;
}
</style>
background-color css
<style>
a { background-color: #6CF0ED; }
a { background-color: rgb(108,240,237); }
div.DivClassName
{
background-color: #6CF0ED;
}
.BgClassName
{
background-color: #6CF0ED;
}
</style>
border-color css
<style>
span { border-color: #6CF0ED; }
span { border-color: rgb(108,240,237); }
td.TdClassName
{
border-color: #6CF0ED;
}
.TagClassName
{
border-color: #6CF0ED;
}
</style>