Shades of Baby Blue #6BFDF1
Tints of Baby Blue #6BFDF1
RGB
CMYK
RGB Variations
Color information
#6BFDF1 (or 0x6BFDF1) is known color: Baby Blue. HEX triplet: 6B, FD and F1. RGB value is (107,253,241). Sum of RGB (Red+Green+Blue) = 107+253+241=601 (79% of max value = 765). Red value is 107 (42.19% from 255 or 17.80% from 601); Green value is 253 (99.22% from 255 or 42.10% from 601); Blue value is 241 (94.53% from 255 or 40.10% from 601); Max value from RGB is 253 - color contains mainly: green. Hex color #6BFDF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BFDF1 is #94020E. Grayscale: #CFCFCF. Windows color (decimal): -9699855 or 15859051. OLE color: 15859051.
HSL color Cylindrical-coordinate representation of color #6BFDF1: hue angle of 175.07º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFDF1 is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 253 | 241 | - |
| CMYK | 0.58 | 0 | 0.05 | 0.01 |
| HSL | 175.07º | 0.97% | 0.71% | - |
| HSV(B) | 175.07º | 0.58% | 0.99% | - |
| XYZ | 57.07 | 79.73 | 95.6 | - |
| YUV | 207.98 | 146.63 | 55.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 253 | 241 | 0.58 | 0 | 0.05 | 0.01 | 175.07 | 0.97 | 0.71 |
| Hex | 6B | FD | F1 | 3A | 0 | 5 | 1 | AF | 61 | 47 |
| Octal | 153 | 375 | 361 | 72 | 0 | 5 | 1 | 257 | 141 | 107 |
| Binary | 1101011 | 11111101 | 11110001 | 111010 | 0 | 101 | 1 | 10101111 | 1100001 | 1000111 |
Color Harmonies of #6BFDF1
Complementary color
Monochromatic Colors of #6BFDF1
Black with #6BFDF1
Text Example
Text Example
White with #6BFDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFDF1; }
p { color: rgb(107,253,241); }
H1.HeaderClassName
{
color: #6BFDF1;
}
.AnyTagClassName
{
color: #6BFDF1;
}
</style>
background-color css
<style>
a { background-color: #6BFDF1; }
a { background-color: rgb(107,253,241); }
div.DivClassName
{
background-color: #6BFDF1;
}
.BgClassName
{
background-color: #6BFDF1;
}
</style>
border-color css
<style>
span { border-color: #6BFDF1; }
span { border-color: rgb(107,253,241); }
td.TdClassName
{
border-color: #6BFDF1;
}
.TagClassName
{
border-color: #6BFDF1;
}
</style>