Shades of Baby Blue #6DFEFF
Tints of Baby Blue #6DFEFF
RGB
CMYK
RGB Variations
Color information
#6DFEFF (or 0x6DFEFF) is known color: Baby Blue. HEX triplet: 6D, FE and FF. RGB value is (109,254,255). Sum of RGB (Red+Green+Blue) = 109+254+255=618 (81% of max value = 765). Red value is 109 (42.97% from 255 or 17.64% from 618); Green value is 254 (99.61% from 255 or 41.10% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #6DFEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DFEFF is #920100. Grayscale: #D2D2D2. Windows color (decimal): -9568513 or 16776813. OLE color: 16776813.
HSL color Cylindrical-coordinate representation of color #6DFEFF: hue angle of 180.41º 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 #6DFEFF is Cyan = 0.57, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 254 | 255 | - |
| CMYK | 0.57 | 0.00 | 0 | 0 |
| HSL | 180.41º | 1% | 0.71% | - |
| HSV(B) | 180.41º | 0.57% | 1% | - |
| XYZ | 59.8 | 81.35 | 107.16 | - |
| YUV | 210.76 | 152.96 | 55.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 254 | 255 | 0.57 | 0.00 | 0 | 0 | 180.41 | 1 | 0.71 |
| Hex | 6D | FE | FF | 39 | 0 | 0 | 0 | B4 | 64 | 47 |
| Octal | 155 | 376 | 377 | 71 | 0 | 0 | 0 | 264 | 144 | 107 |
| Binary | 1101101 | 11111110 | 11111111 | 111001 | 0 | 0 | 0 | 10110100 | 1100100 | 1000111 |
Color Harmonies of #6DFEFF
Complementary color
Monochromatic Colors of #6DFEFF
Black with #6DFEFF
Text Example
Text Example
White with #6DFEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFEFF; }
p { color: rgb(109,254,255); }
H1.HeaderClassName
{
color: #6DFEFF;
}
.AnyTagClassName
{
color: #6DFEFF;
}
</style>
background-color css
<style>
a { background-color: #6DFEFF; }
a { background-color: rgb(109,254,255); }
div.DivClassName
{
background-color: #6DFEFF;
}
.BgClassName
{
background-color: #6DFEFF;
}
</style>
border-color css
<style>
span { border-color: #6DFEFF; }
span { border-color: rgb(109,254,255); }
td.TdClassName
{
border-color: #6DFEFF;
}
.TagClassName
{
border-color: #6DFEFF;
}
</style>