Shades of Baby Blue #6BFDE5
Tints of Baby Blue #6BFDE5
RGB
CMYK
RGB Variations
Color information
#6BFDE5 (or 0x6BFDE5) is known color: Baby Blue. HEX triplet: 6B, FD and E5. RGB value is (107,253,229). Sum of RGB (Red+Green+Blue) = 107+253+229=589 (78% of max value = 765). Red value is 107 (42.19% from 255 or 18.17% from 589); Green value is 253 (99.22% from 255 or 42.95% from 589); Blue value is 229 (89.84% from 255 or 38.88% from 589); Max value from RGB is 253 - color contains mainly: green. Hex color #6BFDE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFDE5 is #94021A. Grayscale: #CECECE. Windows color (decimal): -9699867 or 15072619. OLE color: 15072619.
HSL color Cylindrical-coordinate representation of color #6BFDE5: hue angle of 170.14º 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 #6BFDE5 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 253 | 229 | - |
| CMYK | 0.58 | 0 | 0.09 | 0.01 |
| HSL | 170.14º | 0.97% | 0.71% | - |
| HSV(B) | 170.14º | 0.58% | 0.99% | - |
| XYZ | 55.33 | 79.03 | 86.47 | - |
| YUV | 206.61 | 140.63 | 56.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 253 | 229 | 0.58 | 0 | 0.09 | 0.01 | 170.14 | 0.97 | 0.71 |
| Hex | 6B | FD | E5 | 3A | 0 | 9 | 1 | AA | 61 | 47 |
| Octal | 153 | 375 | 345 | 72 | 0 | 11 | 1 | 252 | 141 | 107 |
| Binary | 1101011 | 11111101 | 11100101 | 111010 | 0 | 1001 | 1 | 10101010 | 1100001 | 1000111 |
Color Harmonies of #6BFDE5
Complementary color
Monochromatic Colors of #6BFDE5
Black with #6BFDE5
Text Example
Text Example
White with #6BFDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFDE5; }
p { color: rgb(107,253,229); }
H1.HeaderClassName
{
color: #6BFDE5;
}
.AnyTagClassName
{
color: #6BFDE5;
}
</style>
background-color css
<style>
a { background-color: #6BFDE5; }
a { background-color: rgb(107,253,229); }
div.DivClassName
{
background-color: #6BFDE5;
}
.BgClassName
{
background-color: #6BFDE5;
}
</style>
border-color css
<style>
span { border-color: #6BFDE5; }
span { border-color: rgb(107,253,229); }
td.TdClassName
{
border-color: #6BFDE5;
}
.TagClassName
{
border-color: #6BFDE5;
}
</style>