Shades of Baby Blue #6FFDEF
Tints of Baby Blue #6FFDEF
RGB
CMYK
RGB Variations
Color information
#6FFDEF (or 0x6FFDEF) is known color: Baby Blue. HEX triplet: 6F, FD and EF. RGB value is (111,253,239). Sum of RGB (Red+Green+Blue) = 111+253+239=603 (79% of max value = 765). Red value is 111 (43.75% from 255 or 18.41% from 603); Green value is 253 (99.22% from 255 or 41.96% from 603); Blue value is 239 (93.75% from 255 or 39.64% from 603); Max value from RGB is 253 - color contains mainly: green. Hex color #6FFDEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFDEF is #900210. Grayscale: #D0D0D0. Windows color (decimal): -9437713 or 15727983. OLE color: 15727983.
HSL color Cylindrical-coordinate representation of color #6FFDEF: hue angle of 174.08º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFDEF is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 253 | 239 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.01 |
| HSL | 174.08º | 0.97% | 0.71% | - |
| HSV(B) | 174.08º | 0.56% | 0.99% | - |
| XYZ | 57.26 | 79.86 | 94.06 | - |
| YUV | 208.95 | 144.96 | 58.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 253 | 239 | 0.56 | 0 | 0.06 | 0.01 | 174.08 | 0.97 | 0.71 |
| Hex | 6F | FD | EF | 38 | 0 | 6 | 1 | AE | 61 | 47 |
| Octal | 157 | 375 | 357 | 70 | 0 | 6 | 1 | 256 | 141 | 107 |
| Binary | 1101111 | 11111101 | 11101111 | 111000 | 0 | 110 | 1 | 10101110 | 1100001 | 1000111 |
Color Harmonies of #6FFDEF
Complementary color
Monochromatic Colors of #6FFDEF
Black with #6FFDEF
Text Example
Text Example
White with #6FFDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFDEF; }
p { color: rgb(111,253,239); }
H1.HeaderClassName
{
color: #6FFDEF;
}
.AnyTagClassName
{
color: #6FFDEF;
}
</style>
background-color css
<style>
a { background-color: #6FFDEF; }
a { background-color: rgb(111,253,239); }
div.DivClassName
{
background-color: #6FFDEF;
}
.BgClassName
{
background-color: #6FFDEF;
}
</style>
border-color css
<style>
span { border-color: #6FFDEF; }
span { border-color: rgb(111,253,239); }
td.TdClassName
{
border-color: #6FFDEF;
}
.TagClassName
{
border-color: #6FFDEF;
}
</style>