Shades of Baby Blue #6FFAF1
Tints of Baby Blue #6FFAF1
RGB
CMYK
RGB Variations
Color information
#6FFAF1 (or 0x6FFAF1) is known color: Baby Blue. HEX triplet: 6F, FA and F1. RGB value is (111,250,241). Sum of RGB (Red+Green+Blue) = 111+250+241=602 (79% of max value = 765). Red value is 111 (43.75% from 255 or 18.44% from 602); Green value is 250 (98.05% from 255 or 41.53% from 602); Blue value is 241 (94.53% from 255 or 40.03% from 602); Max value from RGB is 250 - color contains mainly: green. Hex color #6FFAF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFAF1 is #90050E. Grayscale: #CFCFCF. Windows color (decimal): -9438479 or 15858287. OLE color: 15858287.
HSL color Cylindrical-coordinate representation of color #6FFAF1: hue angle of 176.12º 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 #6FFAF1 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 250 | 241 | - |
| CMYK | 0.56 | 0 | 0.04 | 0.02 |
| HSL | 176.12º | 0.93% | 0.71% | - |
| HSV(B) | 176.12º | 0.56% | 0.98% | - |
| XYZ | 56.62 | 78.1 | 95.31 | - |
| YUV | 207.41 | 146.95 | 59.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 250 | 241 | 0.56 | 0 | 0.04 | 0.02 | 176.12 | 0.93 | 0.71 |
| Hex | 6F | FA | F1 | 38 | 0 | 4 | 2 | B0 | 5D | 47 |
| Octal | 157 | 372 | 361 | 70 | 0 | 4 | 2 | 260 | 135 | 107 |
| Binary | 1101111 | 11111010 | 11110001 | 111000 | 0 | 100 | 10 | 10110000 | 1011101 | 1000111 |
Color Harmonies of #6FFAF1
Complementary color
Monochromatic Colors of #6FFAF1
Black with #6FFAF1
Text Example
Text Example
White with #6FFAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFAF1; }
p { color: rgb(111,250,241); }
H1.HeaderClassName
{
color: #6FFAF1;
}
.AnyTagClassName
{
color: #6FFAF1;
}
</style>
background-color css
<style>
a { background-color: #6FFAF1; }
a { background-color: rgb(111,250,241); }
div.DivClassName
{
background-color: #6FFAF1;
}
.BgClassName
{
background-color: #6FFAF1;
}
</style>
border-color css
<style>
span { border-color: #6FFAF1; }
span { border-color: rgb(111,250,241); }
td.TdClassName
{
border-color: #6FFAF1;
}
.TagClassName
{
border-color: #6FFAF1;
}
</style>