Shades of Baby Blue #6BFCF5
Tints of Baby Blue #6BFCF5
RGB
CMYK
RGB Variations
Color information
#6BFCF5 (or 0x6BFCF5) is known color: Baby Blue. HEX triplet: 6B, FC and F5. RGB value is (107,252,245). Sum of RGB (Red+Green+Blue) = 107+252+245=604 (80% of max value = 765). Red value is 107 (42.19% from 255 or 17.72% from 604); Green value is 252 (98.83% from 255 or 41.72% from 604); Blue value is 245 (96.09% from 255 or 40.56% from 604); Max value from RGB is 252 - color contains mainly: green. Hex color #6BFCF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BFCF5 is #94030A. Grayscale: #CFCFCF. Windows color (decimal): -9700107 or 16120939. OLE color: 16120939.
HSL color Cylindrical-coordinate representation of color #6BFCF5: hue angle of 177.1º 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 #6BFCF5 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 252 | 245 | - |
| CMYK | 0.58 | 0 | 0.03 | 0.01 |
| HSL | 177.1º | 0.96% | 0.7% | - |
| HSV(B) | 177.1º | 0.58% | 0.99% | - |
| XYZ | 57.36 | 79.34 | 98.68 | - |
| YUV | 207.85 | 148.96 | 56.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 252 | 245 | 0.58 | 0 | 0.03 | 0.01 | 177.1 | 0.96 | 0.7 |
| Hex | 6B | FC | F5 | 3A | 0 | 3 | 1 | B1 | 60 | 46 |
| Octal | 153 | 374 | 365 | 72 | 0 | 3 | 1 | 261 | 140 | 106 |
| Binary | 1101011 | 11111100 | 11110101 | 111010 | 0 | 11 | 1 | 10110001 | 1100000 | 1000110 |
Color Harmonies of #6BFCF5
Complementary color
Monochromatic Colors of #6BFCF5
Black with #6BFCF5
Text Example
Text Example
White with #6BFCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFCF5; }
p { color: rgb(107,252,245); }
H1.HeaderClassName
{
color: #6BFCF5;
}
.AnyTagClassName
{
color: #6BFCF5;
}
</style>
background-color css
<style>
a { background-color: #6BFCF5; }
a { background-color: rgb(107,252,245); }
div.DivClassName
{
background-color: #6BFCF5;
}
.BgClassName
{
background-color: #6BFCF5;
}
</style>
border-color css
<style>
span { border-color: #6BFCF5; }
span { border-color: rgb(107,252,245); }
td.TdClassName
{
border-color: #6BFCF5;
}
.TagClassName
{
border-color: #6BFCF5;
}
</style>