Shades of Baby Blue #6FFAF4
Tints of Baby Blue #6FFAF4
RGB
CMYK
RGB Variations
Color information
#6FFAF4 (or 0x6FFAF4) is known color: Baby Blue. HEX triplet: 6F, FA and F4. RGB value is (111,250,244). Sum of RGB (Red+Green+Blue) = 111+250+244=605 (80% of max value = 765). Red value is 111 (43.75% from 255 or 18.35% from 605); Green value is 250 (98.05% from 255 or 41.32% from 605); Blue value is 244 (95.70% from 255 or 40.33% from 605); Max value from RGB is 250 - color contains mainly: green. Hex color #6FFAF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFAF4 is #90050B. Grayscale: #CFCFCF. Windows color (decimal): -9438476 or 16054895. OLE color: 16054895.
HSL color Cylindrical-coordinate representation of color #6FFAF4: hue angle of 177.41º 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 #6FFAF4 is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 250 | 244 | - |
| CMYK | 0.56 | 0 | 0.02 | 0.02 |
| HSL | 177.41º | 0.93% | 0.71% | - |
| HSV(B) | 177.41º | 0.56% | 0.98% | - |
| XYZ | 57.07 | 78.28 | 97.69 | - |
| YUV | 207.76 | 148.45 | 58.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 250 | 244 | 0.56 | 0 | 0.02 | 0.02 | 177.41 | 0.93 | 0.71 |
| Hex | 6F | FA | F4 | 38 | 0 | 2 | 2 | B1 | 5D | 47 |
| Octal | 157 | 372 | 364 | 70 | 0 | 2 | 2 | 261 | 135 | 107 |
| Binary | 1101111 | 11111010 | 11110100 | 111000 | 0 | 10 | 10 | 10110001 | 1011101 | 1000111 |
Color Harmonies of #6FFAF4
Complementary color
Monochromatic Colors of #6FFAF4
Black with #6FFAF4
Text Example
Text Example
White with #6FFAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFAF4; }
p { color: rgb(111,250,244); }
H1.HeaderClassName
{
color: #6FFAF4;
}
.AnyTagClassName
{
color: #6FFAF4;
}
</style>
background-color css
<style>
a { background-color: #6FFAF4; }
a { background-color: rgb(111,250,244); }
div.DivClassName
{
background-color: #6FFAF4;
}
.BgClassName
{
background-color: #6FFAF4;
}
</style>
border-color css
<style>
span { border-color: #6FFAF4; }
span { border-color: rgb(111,250,244); }
td.TdClassName
{
border-color: #6FFAF4;
}
.TagClassName
{
border-color: #6FFAF4;
}
</style>