Shades of Baby Blue #6DFDFE
Tints of Baby Blue #6DFDFE
RGB
CMYK
RGB Variations
Color information
#6DFDFE (or 0x6DFDFE) is known color: Baby Blue. HEX triplet: 6D, FD and FE. RGB value is (109,253,254). Sum of RGB (Red+Green+Blue) = 109+253+254=616 (81% of max value = 765). Red value is 109 (42.97% from 255 or 17.69% from 616); Green value is 253 (99.22% from 255 or 41.07% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #6DFDFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DFDFE is #920201. Grayscale: #D1D1D1. Windows color (decimal): -9568770 or 16711021. OLE color: 16711021.
HSL color Cylindrical-coordinate representation of color #6DFDFE: hue angle of 180.41º 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 #6DFDFE is Cyan = 0.57, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 109 | 253 | 254 | - |
| CMYK | 0.57 | 0.00 | 0 | 0.00 |
| HSL | 180.41º | 0.99% | 0.71% | - |
| HSV(B) | 180.41º | 0.57% | 1% | - |
| XYZ | 59.32 | 80.66 | 106.21 | - |
| YUV | 210.06 | 152.79 | 55.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 253 | 254 | 0.57 | 0.00 | 0 | 0.00 | 180.41 | 0.99 | 0.71 |
| Hex | 6D | FD | FE | 39 | 0 | 0 | 0 | B4 | 63 | 47 |
| Octal | 155 | 375 | 376 | 71 | 0 | 0 | 0 | 264 | 143 | 107 |
| Binary | 1101101 | 11111101 | 11111110 | 111001 | 0 | 0 | 0 | 10110100 | 1100011 | 1000111 |
Color Harmonies of #6DFDFE
Complementary color
Monochromatic Colors of #6DFDFE
Black with #6DFDFE
Text Example
Text Example
White with #6DFDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFDFE; }
p { color: rgb(109,253,254); }
H1.HeaderClassName
{
color: #6DFDFE;
}
.AnyTagClassName
{
color: #6DFDFE;
}
</style>
background-color css
<style>
a { background-color: #6DFDFE; }
a { background-color: rgb(109,253,254); }
div.DivClassName
{
background-color: #6DFDFE;
}
.BgClassName
{
background-color: #6DFDFE;
}
</style>
border-color css
<style>
span { border-color: #6DFDFE; }
span { border-color: rgb(109,253,254); }
td.TdClassName
{
border-color: #6DFDFE;
}
.TagClassName
{
border-color: #6DFDFE;
}
</style>