Shades of Baby Blue #6BFCFA
Tints of Baby Blue #6BFCFA
RGB
CMYK
RGB Variations
Color information
#6BFCFA (or 0x6BFCFA) is known color: Baby Blue. HEX triplet: 6B, FC and FA. RGB value is (107,252,250). Sum of RGB (Red+Green+Blue) = 107+252+250=609 (80% of max value = 765). Red value is 107 (42.19% from 255 or 17.57% from 609); Green value is 252 (98.83% from 255 or 41.38% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 252 - color contains mainly: green. Hex color #6BFCFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BFCFA is #940305. Grayscale: #D0D0D0. Windows color (decimal): -9700102 or 16448619. OLE color: 16448619.
HSL color Cylindrical-coordinate representation of color #6BFCFA: hue angle of 179.17º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFCFA is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 252 | 250 | - |
| CMYK | 0.58 | 0 | 0.01 | 0.01 |
| HSL | 179.17º | 0.96% | 0.7% | - |
| HSV(B) | 179.17º | 0.58% | 0.99% | - |
| XYZ | 58.13 | 79.65 | 102.75 | - |
| YUV | 208.42 | 151.46 | 55.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 252 | 250 | 0.58 | 0 | 0.01 | 0.01 | 179.17 | 0.96 | 0.7 |
| Hex | 6B | FC | FA | 3A | 0 | 1 | 1 | B3 | 60 | 46 |
| Octal | 153 | 374 | 372 | 72 | 0 | 1 | 1 | 263 | 140 | 106 |
| Binary | 1101011 | 11111100 | 11111010 | 111010 | 0 | 1 | 1 | 10110011 | 1100000 | 1000110 |
Color Harmonies of #6BFCFA
Complementary color
Monochromatic Colors of #6BFCFA
Black with #6BFCFA
Text Example
Text Example
White with #6BFCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFCFA; }
p { color: rgb(107,252,250); }
H1.HeaderClassName
{
color: #6BFCFA;
}
.AnyTagClassName
{
color: #6BFCFA;
}
</style>
background-color css
<style>
a { background-color: #6BFCFA; }
a { background-color: rgb(107,252,250); }
div.DivClassName
{
background-color: #6BFCFA;
}
.BgClassName
{
background-color: #6BFCFA;
}
</style>
border-color css
<style>
span { border-color: #6BFCFA; }
span { border-color: rgb(107,252,250); }
td.TdClassName
{
border-color: #6BFCFA;
}
.TagClassName
{
border-color: #6BFCFA;
}
</style>