Shades of Baby Blue #6DFAFF
Tints of Baby Blue #6DFAFF
RGB
CMYK
RGB Variations
Color information
#6DFAFF (or 0x6DFAFF) is known color: Baby Blue. HEX triplet: 6D, FA and FF. RGB value is (109,250,255). Sum of RGB (Red+Green+Blue) = 109+250+255=614 (81% of max value = 765). Red value is 109 (42.97% from 255 or 17.75% from 614); Green value is 250 (98.05% from 255 or 40.72% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #6DFAFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DFAFF is #920500. Grayscale: #D0D0D0. Windows color (decimal): -9569537 or 16775789. OLE color: 16775789.
HSL color Cylindrical-coordinate representation of color #6DFAFF: hue angle of 182.05º 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 #6DFAFF is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 250 | 255 | - |
| CMYK | 0.57 | 0.02 | 0 | 0 |
| HSL | 182.05º | 1% | 0.71% | - |
| HSV(B) | 182.05º | 0.57% | 1% | - |
| XYZ | 58.54 | 78.84 | 106.74 | - |
| YUV | 208.41 | 154.29 | 57.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 250 | 255 | 0.57 | 0.02 | 0 | 0 | 182.05 | 1 | 0.71 |
| Hex | 6D | FA | FF | 39 | 2 | 0 | 0 | B6 | 64 | 47 |
| Octal | 155 | 372 | 377 | 71 | 2 | 0 | 0 | 266 | 144 | 107 |
| Binary | 1101101 | 11111010 | 11111111 | 111001 | 10 | 0 | 0 | 10110110 | 1100100 | 1000111 |
Color Harmonies of #6DFAFF
Complementary color
Monochromatic Colors of #6DFAFF
Black with #6DFAFF
Text Example
Text Example
White with #6DFAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFAFF; }
p { color: rgb(109,250,255); }
H1.HeaderClassName
{
color: #6DFAFF;
}
.AnyTagClassName
{
color: #6DFAFF;
}
</style>
background-color css
<style>
a { background-color: #6DFAFF; }
a { background-color: rgb(109,250,255); }
div.DivClassName
{
background-color: #6DFAFF;
}
.BgClassName
{
background-color: #6DFAFF;
}
</style>
border-color css
<style>
span { border-color: #6DFAFF; }
span { border-color: rgb(109,250,255); }
td.TdClassName
{
border-color: #6DFAFF;
}
.TagClassName
{
border-color: #6DFAFF;
}
</style>