Shades of Baby Blue #6DF0FE
Tints of Baby Blue #6DF0FE
RGB
CMYK
RGB Variations
Color information
#6DF0FE (or 0x6DF0FE) is known color: Baby Blue. HEX triplet: 6D, F0 and FE. RGB value is (109,240,254). Sum of RGB (Red+Green+Blue) = 109+240+254=603 (79% of max value = 765). Red value is 109 (42.97% from 255 or 18.08% from 603); Green value is 240 (94.14% from 255 or 39.80% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #6DF0FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DF0FE is #920F01. Grayscale: #CACACA. Windows color (decimal): -9572098 or 16707693. OLE color: 16707693.
HSL color Cylindrical-coordinate representation of color #6DF0FE: hue angle of 185.79º 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 #6DF0FE is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 109 | 240 | 254 | - |
| CMYK | 0.57 | 0.06 | 0 | 0.00 |
| HSL | 185.79º | 0.99% | 0.71% | - |
| HSV(B) | 185.79º | 0.57% | 1% | - |
| XYZ | 55.36 | 72.73 | 104.89 | - |
| YUV | 202.43 | 157.1 | 61.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 240 | 254 | 0.57 | 0.06 | 0 | 0.00 | 185.79 | 0.99 | 0.71 |
| Hex | 6D | F0 | FE | 39 | 6 | 0 | 0 | BA | 63 | 47 |
| Octal | 155 | 360 | 376 | 71 | 6 | 0 | 0 | 272 | 143 | 107 |
| Binary | 1101101 | 11110000 | 11111110 | 111001 | 110 | 0 | 0 | 10111010 | 1100011 | 1000111 |
Color Harmonies of #6DF0FE
Complementary color
Monochromatic Colors of #6DF0FE
Black with #6DF0FE
Text Example
Text Example
White with #6DF0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF0FE; }
p { color: rgb(109,240,254); }
H1.HeaderClassName
{
color: #6DF0FE;
}
.AnyTagClassName
{
color: #6DF0FE;
}
</style>
background-color css
<style>
a { background-color: #6DF0FE; }
a { background-color: rgb(109,240,254); }
div.DivClassName
{
background-color: #6DF0FE;
}
.BgClassName
{
background-color: #6DF0FE;
}
</style>
border-color css
<style>
span { border-color: #6DF0FE; }
span { border-color: rgb(109,240,254); }
td.TdClassName
{
border-color: #6DF0FE;
}
.TagClassName
{
border-color: #6DF0FE;
}
</style>