Shades of Baby Blue #6BFAF3
Tints of Baby Blue #6BFAF3
RGB
CMYK
RGB Variations
Color information
#6BFAF3 (or 0x6BFAF3) is known color: Baby Blue. HEX triplet: 6B, FA and F3. RGB value is (107,250,243). Sum of RGB (Red+Green+Blue) = 107+250+243=600 (79% of max value = 765). Red value is 107 (42.19% from 255 or 17.83% from 600); Green value is 250 (98.05% from 255 or 41.67% from 600); Blue value is 243 (95.31% from 255 or 40.5% from 600); Max value from RGB is 250 - color contains mainly: green. Hex color #6BFAF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BFAF3 is #94050C. Grayscale: #CECECE. Windows color (decimal): -9700621 or 15989355. OLE color: 15989355.
HSL color Cylindrical-coordinate representation of color #6BFAF3: hue angle of 177.06º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BFAF3 is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 250 | 243 | - |
| CMYK | 0.57 | 0 | 0.03 | 0.02 |
| HSL | 177.06º | 0.93% | 0.7% | - |
| HSV(B) | 177.06º | 0.57% | 0.98% | - |
| XYZ | 56.43 | 77.97 | 96.87 | - |
| YUV | 206.45 | 148.62 | 57.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 250 | 243 | 0.57 | 0 | 0.03 | 0.02 | 177.06 | 0.93 | 0.7 |
| Hex | 6B | FA | F3 | 39 | 0 | 3 | 2 | B1 | 5D | 46 |
| Octal | 153 | 372 | 363 | 71 | 0 | 3 | 2 | 261 | 135 | 106 |
| Binary | 1101011 | 11111010 | 11110011 | 111001 | 0 | 11 | 10 | 10110001 | 1011101 | 1000110 |
Color Harmonies of #6BFAF3
Complementary color
Monochromatic Colors of #6BFAF3
Black with #6BFAF3
Text Example
Text Example
White with #6BFAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFAF3; }
p { color: rgb(107,250,243); }
H1.HeaderClassName
{
color: #6BFAF3;
}
.AnyTagClassName
{
color: #6BFAF3;
}
</style>
background-color css
<style>
a { background-color: #6BFAF3; }
a { background-color: rgb(107,250,243); }
div.DivClassName
{
background-color: #6BFAF3;
}
.BgClassName
{
background-color: #6BFAF3;
}
</style>
border-color css
<style>
span { border-color: #6BFAF3; }
span { border-color: rgb(107,250,243); }
td.TdClassName
{
border-color: #6BFAF3;
}
.TagClassName
{
border-color: #6BFAF3;
}
</style>