Shades of Baby Blue #6FFAFD
Tints of Baby Blue #6FFAFD
RGB
CMYK
RGB Variations
Color information
#6FFAFD (or 0x6FFAFD) is known color: Baby Blue. HEX triplet: 6F, FA and FD. RGB value is (111,250,253). Sum of RGB (Red+Green+Blue) = 111+250+253=614 (81% of max value = 765). Red value is 111 (43.75% from 255 or 18.08% from 614); Green value is 250 (98.05% from 255 or 40.72% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #6FFAFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFAFD is #900502. Grayscale: #D0D0D0. Windows color (decimal): -9438467 or 16644719. OLE color: 16644719.
HSL color Cylindrical-coordinate representation of color #6FFAFD: hue angle of 181.27º 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 #6FFAFD is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 250 | 253 | - |
| CMYK | 0.56 | 0.01 | 0 | 0.01 |
| HSL | 181.27º | 0.97% | 0.71% | - |
| HSV(B) | 181.27º | 0.56% | 0.99% | - |
| XYZ | 58.47 | 78.84 | 105.06 | - |
| YUV | 208.78 | 152.95 | 58.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 250 | 253 | 0.56 | 0.01 | 0 | 0.01 | 181.27 | 0.97 | 0.71 |
| Hex | 6F | FA | FD | 38 | 1 | 0 | 1 | B5 | 61 | 47 |
| Octal | 157 | 372 | 375 | 70 | 1 | 0 | 1 | 265 | 141 | 107 |
| Binary | 1101111 | 11111010 | 11111101 | 111000 | 1 | 0 | 1 | 10110101 | 1100001 | 1000111 |
Color Harmonies of #6FFAFD
Complementary color
Monochromatic Colors of #6FFAFD
Black with #6FFAFD
Text Example
Text Example
White with #6FFAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFAFD; }
p { color: rgb(111,250,253); }
H1.HeaderClassName
{
color: #6FFAFD;
}
.AnyTagClassName
{
color: #6FFAFD;
}
</style>
background-color css
<style>
a { background-color: #6FFAFD; }
a { background-color: rgb(111,250,253); }
div.DivClassName
{
background-color: #6FFAFD;
}
.BgClassName
{
background-color: #6FFAFD;
}
</style>
border-color css
<style>
span { border-color: #6FFAFD; }
span { border-color: rgb(111,250,253); }
td.TdClassName
{
border-color: #6FFAFD;
}
.TagClassName
{
border-color: #6FFAFD;
}
</style>