Shades of Baby Blue #6FFDF4
Tints of Baby Blue #6FFDF4
RGB
CMYK
RGB Variations
Color information
#6FFDF4 (or 0x6FFDF4) is known color: Baby Blue. HEX triplet: 6F, FD and F4. RGB value is (111,253,244). Sum of RGB (Red+Green+Blue) = 111+253+244=608 (80% of max value = 765). Red value is 111 (43.75% from 255 or 18.26% from 608); Green value is 253 (99.22% from 255 or 41.61% from 608); Blue value is 244 (95.70% from 255 or 40.13% from 608); Max value from RGB is 253 - color contains mainly: green. Hex color #6FFDF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFDF4 is #90020B. Grayscale: #D1D1D1. Windows color (decimal): -9437708 or 16055663. OLE color: 16055663.
HSL color Cylindrical-coordinate representation of color #6FFDF4: hue angle of 176.2º 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 #6FFDF4 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 253 | 244 | - |
| CMYK | 0.56 | 0 | 0.04 | 0.01 |
| HSL | 176.2º | 0.97% | 0.71% | - |
| HSV(B) | 176.2º | 0.56% | 0.99% | - |
| XYZ | 58.01 | 80.16 | 98 | - |
| YUV | 209.52 | 147.46 | 57.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 253 | 244 | 0.56 | 0 | 0.04 | 0.01 | 176.2 | 0.97 | 0.71 |
| Hex | 6F | FD | F4 | 38 | 0 | 4 | 1 | B0 | 61 | 47 |
| Octal | 157 | 375 | 364 | 70 | 0 | 4 | 1 | 260 | 141 | 107 |
| Binary | 1101111 | 11111101 | 11110100 | 111000 | 0 | 100 | 1 | 10110000 | 1100001 | 1000111 |
Color Harmonies of #6FFDF4
Complementary color
Monochromatic Colors of #6FFDF4
Black with #6FFDF4
Text Example
Text Example
White with #6FFDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFDF4; }
p { color: rgb(111,253,244); }
H1.HeaderClassName
{
color: #6FFDF4;
}
.AnyTagClassName
{
color: #6FFDF4;
}
</style>
background-color css
<style>
a { background-color: #6FFDF4; }
a { background-color: rgb(111,253,244); }
div.DivClassName
{
background-color: #6FFDF4;
}
.BgClassName
{
background-color: #6FFDF4;
}
</style>
border-color css
<style>
span { border-color: #6FFDF4; }
span { border-color: rgb(111,253,244); }
td.TdClassName
{
border-color: #6FFDF4;
}
.TagClassName
{
border-color: #6FFDF4;
}
</style>