Shades of Baby Blue #6FFAFA
Tints of Baby Blue #6FFAFA
RGB
CMYK
RGB Variations
Color information
#6FFAFA (or 0x6FFAFA) is known color: Baby Blue. HEX triplet: 6F, FA and FA. RGB value is (111,250,250). Sum of RGB (Red+Green+Blue) = 111+250+250=611 (80% of max value = 765). Red value is 111 (43.75% from 255 or 18.17% from 611); Green value is 250 (98.05% from 255 or 40.92% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #6FFAFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFAFA is #900505. Grayscale: #D0D0D0. Windows color (decimal): -9438470 or 16448111. OLE color: 16448111.
HSL color Cylindrical-coordinate representation of color #6FFAFA: hue angle of 180º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFAFA is Cyan = 0.56, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 250 | 250 | - |
| CMYK | 0.56 | 0 | 0 | 0.02 |
| HSL | 180º | 0.93% | 0.71% | - |
| HSV(B) | 180º | 0.56% | 0.98% | - |
| XYZ | 58 | 78.65 | 102.57 | - |
| YUV | 208.44 | 151.45 | 58.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 250 | 250 | 0.56 | 0 | 0 | 0.02 | 180 | 0.93 | 0.71 |
| Hex | 6F | FA | FA | 38 | 0 | 0 | 2 | B4 | 5D | 47 |
| Octal | 157 | 372 | 372 | 70 | 0 | 0 | 2 | 264 | 135 | 107 |
| Binary | 1101111 | 11111010 | 11111010 | 111000 | 0 | 0 | 10 | 10110100 | 1011101 | 1000111 |
Color Harmonies of #6FFAFA
Complementary color
Monochromatic Colors of #6FFAFA
Black with #6FFAFA
Text Example
Text Example
White with #6FFAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFAFA; }
p { color: rgb(111,250,250); }
H1.HeaderClassName
{
color: #6FFAFA;
}
.AnyTagClassName
{
color: #6FFAFA;
}
</style>
background-color css
<style>
a { background-color: #6FFAFA; }
a { background-color: rgb(111,250,250); }
div.DivClassName
{
background-color: #6FFAFA;
}
.BgClassName
{
background-color: #6FFAFA;
}
</style>
border-color css
<style>
span { border-color: #6FFAFA; }
span { border-color: rgb(111,250,250); }
td.TdClassName
{
border-color: #6FFAFA;
}
.TagClassName
{
border-color: #6FFAFA;
}
</style>