Shades of Baby Blue #6DF0FB
Tints of Baby Blue #6DF0FB
RGB
CMYK
RGB Variations
Color information
#6DF0FB (or 0x6DF0FB) is known color: Baby Blue. HEX triplet: 6D, F0 and FB. RGB value is (109,240,251). Sum of RGB (Red+Green+Blue) = 109+240+251=600 (79% of max value = 765). Red value is 109 (42.97% from 255 or 18.17% from 600); Green value is 240 (94.14% from 255 or 40% from 600); Blue value is 251 (98.44% from 255 or 41.83% from 600); Max value from RGB is 251 - color contains mainly: blue. Hex color #6DF0FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DF0FB is #920F04. Grayscale: #C9C9C9. Windows color (decimal): -9572101 or 16511085. OLE color: 16511085.
HSL color Cylindrical-coordinate representation of color #6DF0FB: hue angle of 184.65º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DF0FB is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 240 | 251 | - |
| CMYK | 0.57 | 0.04 | 0 | 0.02 |
| HSL | 184.65º | 0.95% | 0.71% | - |
| HSV(B) | 184.65º | 0.57% | 0.98% | - |
| XYZ | 54.88 | 72.54 | 102.38 | - |
| YUV | 202.09 | 155.6 | 61.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 240 | 251 | 0.57 | 0.04 | 0 | 0.02 | 184.65 | 0.95 | 0.71 |
| Hex | 6D | F0 | FB | 39 | 4 | 0 | 2 | B9 | 5F | 47 |
| Octal | 155 | 360 | 373 | 71 | 4 | 0 | 2 | 271 | 137 | 107 |
| Binary | 1101101 | 11110000 | 11111011 | 111001 | 100 | 0 | 10 | 10111001 | 1011111 | 1000111 |
Color Harmonies of #6DF0FB
Complementary color
Monochromatic Colors of #6DF0FB
Black with #6DF0FB
Text Example
Text Example
White with #6DF0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF0FB; }
p { color: rgb(109,240,251); }
H1.HeaderClassName
{
color: #6DF0FB;
}
.AnyTagClassName
{
color: #6DF0FB;
}
</style>
background-color css
<style>
a { background-color: #6DF0FB; }
a { background-color: rgb(109,240,251); }
div.DivClassName
{
background-color: #6DF0FB;
}
.BgClassName
{
background-color: #6DF0FB;
}
</style>
border-color css
<style>
span { border-color: #6DF0FB; }
span { border-color: rgb(109,240,251); }
td.TdClassName
{
border-color: #6DF0FB;
}
.TagClassName
{
border-color: #6DF0FB;
}
</style>