Shades of Baby Blue #6FF0FA
Tints of Baby Blue #6FF0FA
RGB
CMYK
RGB Variations
Color information
#6FF0FA (or 0x6FF0FA) is known color: Baby Blue. HEX triplet: 6F, F0 and FA. RGB value is (111,240,250). Sum of RGB (Red+Green+Blue) = 111+240+250=601 (79% of max value = 765). Red value is 111 (43.75% from 255 or 18.47% from 601); Green value is 240 (94.14% from 255 or 39.93% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #6FF0FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FF0FA is #900F05. Grayscale: #CACACA. Windows color (decimal): -9441030 or 16445551. OLE color: 16445551.
HSL color Cylindrical-coordinate representation of color #6FF0FA: hue angle of 184.32º 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 #6FF0FA is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 240 | 250 | - |
| CMYK | 0.56 | 0.04 | 0 | 0.02 |
| HSL | 184.32º | 0.93% | 0.71% | - |
| HSV(B) | 184.32º | 0.56% | 0.98% | - |
| XYZ | 54.97 | 72.6 | 101.56 | - |
| YUV | 202.57 | 154.76 | 62.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 240 | 250 | 0.56 | 0.04 | 0 | 0.02 | 184.32 | 0.93 | 0.71 |
| Hex | 6F | F0 | FA | 38 | 4 | 0 | 2 | B8 | 5D | 47 |
| Octal | 157 | 360 | 372 | 70 | 4 | 0 | 2 | 270 | 135 | 107 |
| Binary | 1101111 | 11110000 | 11111010 | 111000 | 100 | 0 | 10 | 10111000 | 1011101 | 1000111 |
Color Harmonies of #6FF0FA
Complementary color
Monochromatic Colors of #6FF0FA
Black with #6FF0FA
Text Example
Text Example
White with #6FF0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF0FA; }
p { color: rgb(111,240,250); }
H1.HeaderClassName
{
color: #6FF0FA;
}
.AnyTagClassName
{
color: #6FF0FA;
}
</style>
background-color css
<style>
a { background-color: #6FF0FA; }
a { background-color: rgb(111,240,250); }
div.DivClassName
{
background-color: #6FF0FA;
}
.BgClassName
{
background-color: #6FF0FA;
}
</style>
border-color css
<style>
span { border-color: #6FF0FA; }
span { border-color: rgb(111,240,250); }
td.TdClassName
{
border-color: #6FF0FA;
}
.TagClassName
{
border-color: #6FF0FA;
}
</style>