Shades of Baby Blue #6CEDFF
Tints of Baby Blue #6CEDFF
RGB
CMYK
RGB Variations
Color information
#6CEDFF (or 0x6CEDFF) is known color: Baby Blue. HEX triplet: 6C, ED and FF. RGB value is (108,237,255). Sum of RGB (Red+Green+Blue) = 108+237+255=600 (79% of max value = 765). Red value is 108 (42.58% from 255 or 18% from 600); Green value is 237 (92.97% from 255 or 39.5% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #6CEDFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CEDFF is #931200. Grayscale: #C8C8C8. Windows color (decimal): -9638401 or 16772460. OLE color: 16772460.
HSL color Cylindrical-coordinate representation of color #6CEDFF: hue angle of 187.35º 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 #6CEDFF is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 237 | 255 | - |
| CMYK | 0.58 | 0.07 | 0 | 0 |
| HSL | 187.35º | 1% | 0.71% | - |
| HSV(B) | 187.35º | 0.58% | 1% | - |
| XYZ | 54.52 | 70.98 | 105.43 | - |
| YUV | 200.48 | 158.76 | 62.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 237 | 255 | 0.58 | 0.07 | 0 | 0 | 187.35 | 1 | 0.71 |
| Hex | 6C | ED | FF | 3A | 7 | 0 | 0 | BB | 64 | 47 |
| Octal | 154 | 355 | 377 | 72 | 7 | 0 | 0 | 273 | 144 | 107 |
| Binary | 1101100 | 11101101 | 11111111 | 111010 | 111 | 0 | 0 | 10111011 | 1100100 | 1000111 |
Color Harmonies of #6CEDFF
Complementary color
Monochromatic Colors of #6CEDFF
Black with #6CEDFF
Text Example
Text Example
White with #6CEDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CEDFF; }
p { color: rgb(108,237,255); }
H1.HeaderClassName
{
color: #6CEDFF;
}
.AnyTagClassName
{
color: #6CEDFF;
}
</style>
background-color css
<style>
a { background-color: #6CEDFF; }
a { background-color: rgb(108,237,255); }
div.DivClassName
{
background-color: #6CEDFF;
}
.BgClassName
{
background-color: #6CEDFF;
}
</style>
border-color css
<style>
span { border-color: #6CEDFF; }
span { border-color: rgb(108,237,255); }
td.TdClassName
{
border-color: #6CEDFF;
}
.TagClassName
{
border-color: #6CEDFF;
}
</style>