Shades of Baby Blue #6CEDFC
Tints of Baby Blue #6CEDFC
RGB
CMYK
RGB Variations
Color information
#6CEDFC (or 0x6CEDFC) is known color: Baby Blue. HEX triplet: 6C, ED and FC. RGB value is (108,237,252). Sum of RGB (Red+Green+Blue) = 108+237+252=597 (79% of max value = 765). Red value is 108 (42.58% from 255 or 18.09% from 597); Green value is 237 (92.97% from 255 or 39.70% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #6CEDFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CEDFC is #931203. Grayscale: #C7C7C7. Windows color (decimal): -9638404 or 16575852. OLE color: 16575852.
HSL color Cylindrical-coordinate representation of color #6CEDFC: hue angle of 186.25º degrees, saturation: 0.96, 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 #6CEDFC is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 237 | 252 | - |
| CMYK | 0.57 | 0.06 | 0 | 0.01 |
| HSL | 186.25º | 0.96% | 0.71% | - |
| HSV(B) | 186.25º | 0.57% | 0.99% | - |
| XYZ | 54.04 | 70.78 | 102.91 | - |
| YUV | 200.14 | 157.26 | 62.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 237 | 252 | 0.57 | 0.06 | 0 | 0.01 | 186.25 | 0.96 | 0.71 |
| Hex | 6C | ED | FC | 39 | 6 | 0 | 1 | BA | 60 | 47 |
| Octal | 154 | 355 | 374 | 71 | 6 | 0 | 1 | 272 | 140 | 107 |
| Binary | 1101100 | 11101101 | 11111100 | 111001 | 110 | 0 | 1 | 10111010 | 1100000 | 1000111 |
Color Harmonies of #6CEDFC
Complementary color
Monochromatic Colors of #6CEDFC
Black with #6CEDFC
Text Example
Text Example
White with #6CEDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CEDFC; }
p { color: rgb(108,237,252); }
H1.HeaderClassName
{
color: #6CEDFC;
}
.AnyTagClassName
{
color: #6CEDFC;
}
</style>
background-color css
<style>
a { background-color: #6CEDFC; }
a { background-color: rgb(108,237,252); }
div.DivClassName
{
background-color: #6CEDFC;
}
.BgClassName
{
background-color: #6CEDFC;
}
</style>
border-color css
<style>
span { border-color: #6CEDFC; }
span { border-color: rgb(108,237,252); }
td.TdClassName
{
border-color: #6CEDFC;
}
.TagClassName
{
border-color: #6CEDFC;
}
</style>