Shades of Baby Blue #6DF0FD
Tints of Baby Blue #6DF0FD
RGB
CMYK
RGB Variations
Color information
#6DF0FD (or 0x6DF0FD) is known color: Baby Blue. HEX triplet: 6D, F0 and FD. RGB value is (109,240,253). Sum of RGB (Red+Green+Blue) = 109+240+253=602 (79% of max value = 765). Red value is 109 (42.97% from 255 or 18.11% from 602); Green value is 240 (94.14% from 255 or 39.87% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #6DF0FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DF0FD is #920F02. Grayscale: #CACACA. Windows color (decimal): -9572099 or 16642157. OLE color: 16642157.
HSL color Cylindrical-coordinate representation of color #6DF0FD: hue angle of 185.42º degrees, saturation: 0.97, 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 #6DF0FD is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 240 | 253 | - |
| CMYK | 0.57 | 0.05 | 0 | 0.01 |
| HSL | 185.42º | 0.97% | 0.71% | - |
| HSV(B) | 185.42º | 0.57% | 0.99% | - |
| XYZ | 55.2 | 72.66 | 104.04 | - |
| YUV | 202.31 | 156.6 | 61.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 240 | 253 | 0.57 | 0.05 | 0 | 0.01 | 185.42 | 0.97 | 0.71 |
| Hex | 6D | F0 | FD | 39 | 5 | 0 | 1 | B9 | 61 | 47 |
| Octal | 155 | 360 | 375 | 71 | 5 | 0 | 1 | 271 | 141 | 107 |
| Binary | 1101101 | 11110000 | 11111101 | 111001 | 101 | 0 | 1 | 10111001 | 1100001 | 1000111 |
Color Harmonies of #6DF0FD
Complementary color
Monochromatic Colors of #6DF0FD
Black with #6DF0FD
Text Example
Text Example
White with #6DF0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF0FD; }
p { color: rgb(109,240,253); }
H1.HeaderClassName
{
color: #6DF0FD;
}
.AnyTagClassName
{
color: #6DF0FD;
}
</style>
background-color css
<style>
a { background-color: #6DF0FD; }
a { background-color: rgb(109,240,253); }
div.DivClassName
{
background-color: #6DF0FD;
}
.BgClassName
{
background-color: #6DF0FD;
}
</style>
border-color css
<style>
span { border-color: #6DF0FD; }
span { border-color: rgb(109,240,253); }
td.TdClassName
{
border-color: #6DF0FD;
}
.TagClassName
{
border-color: #6DF0FD;
}
</style>