Shades of Baby Blue #6FFDF0
Tints of Baby Blue #6FFDF0
RGB
CMYK
RGB Variations
Color information
#6FFDF0 (or 0x6FFDF0) is known color: Baby Blue. HEX triplet: 6F, FD and F0. RGB value is (111,253,240). Sum of RGB (Red+Green+Blue) = 111+253+240=604 (80% of max value = 765). Red value is 111 (43.75% from 255 or 18.38% from 604); Green value is 253 (99.22% from 255 or 41.89% from 604); Blue value is 240 (94.14% from 255 or 39.74% from 604); Max value from RGB is 253 - color contains mainly: green. Hex color #6FFDF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFDF0 is #90020F. Grayscale: #D0D0D0. Windows color (decimal): -9437712 or 15793519. OLE color: 15793519.
HSL color Cylindrical-coordinate representation of color #6FFDF0: hue angle of 174.51º 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 #6FFDF0 is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 253 | 240 | - |
| CMYK | 0.56 | 0 | 0.05 | 0.01 |
| HSL | 174.51º | 0.97% | 0.71% | - |
| HSV(B) | 174.51º | 0.56% | 0.99% | - |
| XYZ | 57.41 | 79.92 | 94.84 | - |
| YUV | 209.06 | 145.46 | 58.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 253 | 240 | 0.56 | 0 | 0.05 | 0.01 | 174.51 | 0.97 | 0.71 |
| Hex | 6F | FD | F0 | 38 | 0 | 5 | 1 | AF | 61 | 47 |
| Octal | 157 | 375 | 360 | 70 | 0 | 5 | 1 | 257 | 141 | 107 |
| Binary | 1101111 | 11111101 | 11110000 | 111000 | 0 | 101 | 1 | 10101111 | 1100001 | 1000111 |
Color Harmonies of #6FFDF0
Complementary color
Monochromatic Colors of #6FFDF0
Black with #6FFDF0
Text Example
Text Example
White with #6FFDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFDF0; }
p { color: rgb(111,253,240); }
H1.HeaderClassName
{
color: #6FFDF0;
}
.AnyTagClassName
{
color: #6FFDF0;
}
</style>
background-color css
<style>
a { background-color: #6FFDF0; }
a { background-color: rgb(111,253,240); }
div.DivClassName
{
background-color: #6FFDF0;
}
.BgClassName
{
background-color: #6FFDF0;
}
</style>
border-color css
<style>
span { border-color: #6FFDF0; }
span { border-color: rgb(111,253,240); }
td.TdClassName
{
border-color: #6FFDF0;
}
.TagClassName
{
border-color: #6FFDF0;
}
</style>