Shades of Baby Blue #6BFBE8
Tints of Baby Blue #6BFBE8
RGB
CMYK
RGB Variations
Color information
#6BFBE8 (or 0x6BFBE8) is known color: Baby Blue. HEX triplet: 6B, FB and E8. RGB value is (107,251,232). Sum of RGB (Red+Green+Blue) = 107+251+232=590 (78% of max value = 765). Red value is 107 (42.19% from 255 or 18.14% from 590); Green value is 251 (98.44% from 255 or 42.54% from 590); Blue value is 232 (91.02% from 255 or 39.32% from 590); Max value from RGB is 251 - color contains mainly: green. Hex color #6BFBE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BFBE8 is #940417. Grayscale: #CDCDCD. Windows color (decimal): -9700376 or 15268715. OLE color: 15268715.
HSL color Cylindrical-coordinate representation of color #6BFBE8: hue angle of 172.08º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BFBE8 is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 251 | 232 | - |
| CMYK | 0.57 | 0 | 0.08 | 0.02 |
| HSL | 172.08º | 0.95% | 0.7% | - |
| HSV(B) | 172.08º | 0.57% | 0.98% | - |
| XYZ | 55.13 | 77.95 | 88.48 | - |
| YUV | 205.78 | 142.79 | 57.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 251 | 232 | 0.57 | 0 | 0.08 | 0.02 | 172.08 | 0.95 | 0.7 |
| Hex | 6B | FB | E8 | 39 | 0 | 8 | 2 | AC | 5F | 46 |
| Octal | 153 | 373 | 350 | 71 | 0 | 10 | 2 | 254 | 137 | 106 |
| Binary | 1101011 | 11111011 | 11101000 | 111001 | 0 | 1000 | 10 | 10101100 | 1011111 | 1000110 |
Color Harmonies of #6BFBE8
Complementary color
Monochromatic Colors of #6BFBE8
Black with #6BFBE8
Text Example
Text Example
White with #6BFBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFBE8; }
p { color: rgb(107,251,232); }
H1.HeaderClassName
{
color: #6BFBE8;
}
.AnyTagClassName
{
color: #6BFBE8;
}
</style>
background-color css
<style>
a { background-color: #6BFBE8; }
a { background-color: rgb(107,251,232); }
div.DivClassName
{
background-color: #6BFBE8;
}
.BgClassName
{
background-color: #6BFBE8;
}
</style>
border-color css
<style>
span { border-color: #6BFBE8; }
span { border-color: rgb(107,251,232); }
td.TdClassName
{
border-color: #6BFBE8;
}
.TagClassName
{
border-color: #6BFBE8;
}
</style>