Shades of Baby Blue #6FFBFA
Tints of Baby Blue #6FFBFA
RGB
CMYK
RGB Variations
Color information
#6FFBFA (or 0x6FFBFA) is known color: Baby Blue. HEX triplet: 6F, FB and FA. RGB value is (111,251,250). Sum of RGB (Red+Green+Blue) = 111+251+250=612 (81% of max value = 765). Red value is 111 (43.75% from 255 or 18.14% from 612); Green value is 251 (98.44% from 255 or 41.01% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 251 - color contains mainly: green. Hex color #6FFBFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFBFA is #900405. Grayscale: #D0D0D0. Windows color (decimal): -9438214 or 16448367. OLE color: 16448367.
HSL color Cylindrical-coordinate representation of color #6FFBFA: hue angle of 179.57º degrees, saturation: 0.95, 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 #6FFBFA is Cyan = 0.56, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 251 | 250 | - |
| CMYK | 0.56 | 0 | 0.00 | 0.02 |
| HSL | 179.57º | 0.95% | 0.71% | - |
| HSV(B) | 179.57º | 0.56% | 0.98% | - |
| XYZ | 58.31 | 79.28 | 102.67 | - |
| YUV | 209.03 | 151.12 | 58.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 251 | 250 | 0.56 | 0 | 0.00 | 0.02 | 179.57 | 0.95 | 0.71 |
| Hex | 6F | FB | FA | 38 | 0 | 0 | 2 | B4 | 5F | 47 |
| Octal | 157 | 373 | 372 | 70 | 0 | 0 | 2 | 264 | 137 | 107 |
| Binary | 1101111 | 11111011 | 11111010 | 111000 | 0 | 0 | 10 | 10110100 | 1011111 | 1000111 |
Color Harmonies of #6FFBFA
Complementary color
Monochromatic Colors of #6FFBFA
Black with #6FFBFA
Text Example
Text Example
White with #6FFBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFBFA; }
p { color: rgb(111,251,250); }
H1.HeaderClassName
{
color: #6FFBFA;
}
.AnyTagClassName
{
color: #6FFBFA;
}
</style>
background-color css
<style>
a { background-color: #6FFBFA; }
a { background-color: rgb(111,251,250); }
div.DivClassName
{
background-color: #6FFBFA;
}
.BgClassName
{
background-color: #6FFBFA;
}
</style>
border-color css
<style>
span { border-color: #6FFBFA; }
span { border-color: rgb(111,251,250); }
td.TdClassName
{
border-color: #6FFBFA;
}
.TagClassName
{
border-color: #6FFBFA;
}
</style>