Shades of Baby Blue #6DFFFA
Tints of Baby Blue #6DFFFA
RGB
CMYK
RGB Variations
Color information
#6DFFFA (or 0x6DFFFA) is known color: Baby Blue. HEX triplet: 6D, FF and FA. RGB value is (109,255,250). Sum of RGB (Red+Green+Blue) = 109+255+250=614 (81% of max value = 765). Red value is 109 (42.97% from 255 or 17.75% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #6DFFFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DFFFA is #920005. Grayscale: #D2D2D2. Windows color (decimal): -9568262 or 16449389. OLE color: 16449389.
HSL color Cylindrical-coordinate representation of color #6DFFFA: hue angle of 177.95º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DFFFA is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 255 | 250 | - |
| CMYK | 0.57 | 0 | 0.02 | 0 |
| HSL | 177.95º | 1% | 0.71% | - |
| HSV(B) | 177.95º | 0.57% | 1% | - |
| XYZ | 59.32 | 81.67 | 103.08 | - |
| YUV | 210.78 | 150.13 | 55.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 255 | 250 | 0.57 | 0 | 0.02 | 0 | 177.95 | 1 | 0.71 |
| Hex | 6D | FF | FA | 39 | 0 | 2 | 0 | B2 | 64 | 47 |
| Octal | 155 | 377 | 372 | 71 | 0 | 2 | 0 | 262 | 144 | 107 |
| Binary | 1101101 | 11111111 | 11111010 | 111001 | 0 | 10 | 0 | 10110010 | 1100100 | 1000111 |
Color Harmonies of #6DFFFA
Complementary color
Monochromatic Colors of #6DFFFA
Black with #6DFFFA
Text Example
Text Example
White with #6DFFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFFFA; }
p { color: rgb(109,255,250); }
H1.HeaderClassName
{
color: #6DFFFA;
}
.AnyTagClassName
{
color: #6DFFFA;
}
</style>
background-color css
<style>
a { background-color: #6DFFFA; }
a { background-color: rgb(109,255,250); }
div.DivClassName
{
background-color: #6DFFFA;
}
.BgClassName
{
background-color: #6DFFFA;
}
</style>
border-color css
<style>
span { border-color: #6DFFFA; }
span { border-color: rgb(109,255,250); }
td.TdClassName
{
border-color: #6DFFFA;
}
.TagClassName
{
border-color: #6DFFFA;
}
</style>