Shades of Baby Blue #6BFEEB
Tints of Baby Blue #6BFEEB
RGB
CMYK
RGB Variations
Color information
#6BFEEB (or 0x6BFEEB) is known color: Baby Blue. HEX triplet: 6B, FE and EB. RGB value is (107,254,235). Sum of RGB (Red+Green+Blue) = 107+254+235=596 (78% of max value = 765). Red value is 107 (42.19% from 255 or 17.95% from 596); Green value is 254 (99.61% from 255 or 42.62% from 596); Blue value is 235 (92.19% from 255 or 39.43% from 596); Max value from RGB is 254 - color contains mainly: green. Hex color #6BFEEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BFEEB is #940114. Grayscale: #CFCFCF. Windows color (decimal): -9699605 or 15466091. OLE color: 15466091.
HSL color Cylindrical-coordinate representation of color #6BFEEB: hue angle of 172.24º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFEEB is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 254 | 235 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.00 |
| HSL | 172.24º | 0.99% | 0.71% | - |
| HSV(B) | 172.24º | 0.58% | 1% | - |
| XYZ | 56.5 | 80.01 | 91.06 | - |
| YUV | 207.88 | 143.3 | 56.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 254 | 235 | 0.58 | 0 | 0.07 | 0.00 | 172.24 | 0.99 | 0.71 |
| Hex | 6B | FE | EB | 3A | 0 | 7 | 0 | AC | 63 | 47 |
| Octal | 153 | 376 | 353 | 72 | 0 | 7 | 0 | 254 | 143 | 107 |
| Binary | 1101011 | 11111110 | 11101011 | 111010 | 0 | 111 | 0 | 10101100 | 1100011 | 1000111 |
Color Harmonies of #6BFEEB
Complementary color
Monochromatic Colors of #6BFEEB
Black with #6BFEEB
Text Example
Text Example
White with #6BFEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFEEB; }
p { color: rgb(107,254,235); }
H1.HeaderClassName
{
color: #6BFEEB;
}
.AnyTagClassName
{
color: #6BFEEB;
}
</style>
background-color css
<style>
a { background-color: #6BFEEB; }
a { background-color: rgb(107,254,235); }
div.DivClassName
{
background-color: #6BFEEB;
}
.BgClassName
{
background-color: #6BFEEB;
}
</style>
border-color css
<style>
span { border-color: #6BFEEB; }
span { border-color: rgb(107,254,235); }
td.TdClassName
{
border-color: #6BFEEB;
}
.TagClassName
{
border-color: #6BFEEB;
}
</style>