Shades of Baby Blue #6BFDE7
Tints of Baby Blue #6BFDE7
RGB
CMYK
RGB Variations
Color information
#6BFDE7 (or 0x6BFDE7) is known color: Baby Blue. HEX triplet: 6B, FD and E7. RGB value is (107,253,231). Sum of RGB (Red+Green+Blue) = 107+253+231=591 (78% of max value = 765). Red value is 107 (42.19% from 255 or 18.10% from 591); Green value is 253 (99.22% from 255 or 42.81% from 591); Blue value is 231 (90.62% from 255 or 39.09% from 591); Max value from RGB is 253 - color contains mainly: green. Hex color #6BFDE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BFDE7 is #940218. Grayscale: #CECECE. Windows color (decimal): -9699865 or 15203691. OLE color: 15203691.
HSL color Cylindrical-coordinate representation of color #6BFDE7: hue angle of 170.96º 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 #6BFDE7 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 253 | 231 | - |
| CMYK | 0.58 | 0 | 0.09 | 0.01 |
| HSL | 170.96º | 0.97% | 0.71% | - |
| HSV(B) | 170.96º | 0.58% | 0.99% | - |
| XYZ | 55.61 | 79.15 | 87.95 | - |
| YUV | 206.84 | 141.63 | 56.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 253 | 231 | 0.58 | 0 | 0.09 | 0.01 | 170.96 | 0.97 | 0.71 |
| Hex | 6B | FD | E7 | 3A | 0 | 9 | 1 | AB | 61 | 47 |
| Octal | 153 | 375 | 347 | 72 | 0 | 11 | 1 | 253 | 141 | 107 |
| Binary | 1101011 | 11111101 | 11100111 | 111010 | 0 | 1001 | 1 | 10101011 | 1100001 | 1000111 |
Color Harmonies of #6BFDE7
Complementary color
Monochromatic Colors of #6BFDE7
Black with #6BFDE7
Text Example
Text Example
White with #6BFDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFDE7; }
p { color: rgb(107,253,231); }
H1.HeaderClassName
{
color: #6BFDE7;
}
.AnyTagClassName
{
color: #6BFDE7;
}
</style>
background-color css
<style>
a { background-color: #6BFDE7; }
a { background-color: rgb(107,253,231); }
div.DivClassName
{
background-color: #6BFDE7;
}
.BgClassName
{
background-color: #6BFDE7;
}
</style>
border-color css
<style>
span { border-color: #6BFDE7; }
span { border-color: rgb(107,253,231); }
td.TdClassName
{
border-color: #6BFDE7;
}
.TagClassName
{
border-color: #6BFDE7;
}
</style>