Shades of Baby Blue #6CF0FE
Tints of Baby Blue #6CF0FE
RGB
CMYK
RGB Variations
Color information
#6CF0FE (or 0x6CF0FE) is known color: Baby Blue. HEX triplet: 6C, F0 and FE. RGB value is (108,240,254). Sum of RGB (Red+Green+Blue) = 108+240+254=602 (79% of max value = 765). Red value is 108 (42.58% from 255 or 17.94% from 602); Green value is 240 (94.14% from 255 or 39.87% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #6CF0FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CF0FE is #930F01. Grayscale: #C9C9C9. Windows color (decimal): -9637634 or 16707692. OLE color: 16707692.
HSL color Cylindrical-coordinate representation of color #6CF0FE: hue angle of 185.75º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CF0FE is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 108 | 240 | 254 | - |
| CMYK | 0.57 | 0.06 | 0 | 0.00 |
| HSL | 185.75º | 0.99% | 0.71% | - |
| HSV(B) | 185.75º | 0.57% | 1% | - |
| XYZ | 55.23 | 72.66 | 104.88 | - |
| YUV | 202.13 | 157.27 | 60.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 240 | 254 | 0.57 | 0.06 | 0 | 0.00 | 185.75 | 0.99 | 0.71 |
| Hex | 6C | F0 | FE | 39 | 6 | 0 | 0 | BA | 63 | 47 |
| Octal | 154 | 360 | 376 | 71 | 6 | 0 | 0 | 272 | 143 | 107 |
| Binary | 1101100 | 11110000 | 11111110 | 111001 | 110 | 0 | 0 | 10111010 | 1100011 | 1000111 |
Color Harmonies of #6CF0FE
Complementary color
Monochromatic Colors of #6CF0FE
Black with #6CF0FE
Text Example
Text Example
White with #6CF0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF0FE; }
p { color: rgb(108,240,254); }
H1.HeaderClassName
{
color: #6CF0FE;
}
.AnyTagClassName
{
color: #6CF0FE;
}
</style>
background-color css
<style>
a { background-color: #6CF0FE; }
a { background-color: rgb(108,240,254); }
div.DivClassName
{
background-color: #6CF0FE;
}
.BgClassName
{
background-color: #6CF0FE;
}
</style>
border-color css
<style>
span { border-color: #6CF0FE; }
span { border-color: rgb(108,240,254); }
td.TdClassName
{
border-color: #6CF0FE;
}
.TagClassName
{
border-color: #6CF0FE;
}
</style>