Shades of Baby Blue #6BEEFF
Tints of Baby Blue #6BEEFF
RGB
CMYK
RGB Variations
Color information
#6BEEFF (or 0x6BEEFF) is known color: Baby Blue. HEX triplet: 6B, EE and FF. RGB value is (107,238,255). Sum of RGB (Red+Green+Blue) = 107+238+255=600 (79% of max value = 765). Red value is 107 (42.19% from 255 or 17.83% from 600); Green value is 238 (93.36% from 255 or 39.67% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #6BEEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BEEFF is #941100. Grayscale: #C8C8C8. Windows color (decimal): -9703681 or 16772715. OLE color: 16772715.
HSL color Cylindrical-coordinate representation of color #6BEEFF: hue angle of 186.89º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BEEFF is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 238 | 255 | - |
| CMYK | 0.58 | 0.07 | 0 | 0 |
| HSL | 186.89º | 1% | 0.71% | - |
| HSV(B) | 186.89º | 0.58% | 1% | - |
| XYZ | 54.69 | 71.49 | 105.53 | - |
| YUV | 200.77 | 158.6 | 61.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 238 | 255 | 0.58 | 0.07 | 0 | 0 | 186.89 | 1 | 0.71 |
| Hex | 6B | EE | FF | 3A | 7 | 0 | 0 | BB | 64 | 47 |
| Octal | 153 | 356 | 377 | 72 | 7 | 0 | 0 | 273 | 144 | 107 |
| Binary | 1101011 | 11101110 | 11111111 | 111010 | 111 | 0 | 0 | 10111011 | 1100100 | 1000111 |
Color Harmonies of #6BEEFF
Complementary color
Monochromatic Colors of #6BEEFF
Black with #6BEEFF
Text Example
Text Example
White with #6BEEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEEFF; }
p { color: rgb(107,238,255); }
H1.HeaderClassName
{
color: #6BEEFF;
}
.AnyTagClassName
{
color: #6BEEFF;
}
</style>
background-color css
<style>
a { background-color: #6BEEFF; }
a { background-color: rgb(107,238,255); }
div.DivClassName
{
background-color: #6BEEFF;
}
.BgClassName
{
background-color: #6BEEFF;
}
</style>
border-color css
<style>
span { border-color: #6BEEFF; }
span { border-color: rgb(107,238,255); }
td.TdClassName
{
border-color: #6BEEFF;
}
.TagClassName
{
border-color: #6BEEFF;
}
</style>