Shades of Baby Blue #6FFDF3
Tints of Baby Blue #6FFDF3
RGB
CMYK
RGB Variations
Color information
#6FFDF3 (or 0x6FFDF3) is known color: Baby Blue. HEX triplet: 6F, FD and F3. RGB value is (111,253,243). Sum of RGB (Red+Green+Blue) = 111+253+243=607 (80% of max value = 765). Red value is 111 (43.75% from 255 or 18.29% from 607); Green value is 253 (99.22% from 255 or 41.68% from 607); Blue value is 243 (95.31% from 255 or 40.03% from 607); Max value from RGB is 253 - color contains mainly: green. Hex color #6FFDF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFDF3 is #90020C. Grayscale: #D1D1D1. Windows color (decimal): -9437709 or 15990127. OLE color: 15990127.
HSL color Cylindrical-coordinate representation of color #6FFDF3: hue angle of 175.77º 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 #6FFDF3 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 253 | 243 | - |
| CMYK | 0.56 | 0 | 0.04 | 0.01 |
| HSL | 175.77º | 0.97% | 0.71% | - |
| HSV(B) | 175.77º | 0.56% | 0.99% | - |
| XYZ | 57.86 | 80.1 | 97.21 | - |
| YUV | 209.4 | 146.96 | 57.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 253 | 243 | 0.56 | 0 | 0.04 | 0.01 | 175.77 | 0.97 | 0.71 |
| Hex | 6F | FD | F3 | 38 | 0 | 4 | 1 | B0 | 61 | 47 |
| Octal | 157 | 375 | 363 | 70 | 0 | 4 | 1 | 260 | 141 | 107 |
| Binary | 1101111 | 11111101 | 11110011 | 111000 | 0 | 100 | 1 | 10110000 | 1100001 | 1000111 |
Color Harmonies of #6FFDF3
Complementary color
Monochromatic Colors of #6FFDF3
Black with #6FFDF3
Text Example
Text Example
White with #6FFDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFDF3; }
p { color: rgb(111,253,243); }
H1.HeaderClassName
{
color: #6FFDF3;
}
.AnyTagClassName
{
color: #6FFDF3;
}
</style>
background-color css
<style>
a { background-color: #6FFDF3; }
a { background-color: rgb(111,253,243); }
div.DivClassName
{
background-color: #6FFDF3;
}
.BgClassName
{
background-color: #6FFDF3;
}
</style>
border-color css
<style>
span { border-color: #6FFDF3; }
span { border-color: rgb(111,253,243); }
td.TdClassName
{
border-color: #6FFDF3;
}
.TagClassName
{
border-color: #6FFDF3;
}
</style>