Shades of Baby Blue #6BEEF0
Tints of Baby Blue #6BEEF0
RGB
CMYK
RGB Variations
Color information
#6BEEF0 (or 0x6BEEF0) is known color: Baby Blue. HEX triplet: 6B, EE and F0. RGB value is (107,238,240). Sum of RGB (Red+Green+Blue) = 107+238+240=585 (77% of max value = 765). Red value is 107 (42.19% from 255 or 18.29% from 585); Green value is 238 (93.36% from 255 or 40.68% from 585); Blue value is 240 (94.14% from 255 or 41.03% from 585); Max value from RGB is 240 - color contains mainly: blue. Hex color #6BEEF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BEEF0 is #94110F. Grayscale: #C6C6C6. Windows color (decimal): -9703696 or 15789675. OLE color: 15789675.
HSL color Cylindrical-coordinate representation of color #6BEEF0: hue angle of 180.9º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BEEF0 is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 238 | 240 | - |
| CMYK | 0.55 | 0.01 | 0 | 0.06 |
| HSL | 180.9º | 0.82% | 0.68% | - |
| HSV(B) | 180.9º | 0.55% | 0.94% | - |
| XYZ | 52.37 | 70.57 | 93.3 | - |
| YUV | 199.06 | 151.1 | 62.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 238 | 240 | 0.55 | 0.01 | 0 | 0.06 | 180.9 | 0.82 | 0.68 |
| Hex | 6B | EE | F0 | 37 | 1 | 0 | 6 | B5 | 52 | 44 |
| Octal | 153 | 356 | 360 | 67 | 1 | 0 | 6 | 265 | 122 | 104 |
| Binary | 1101011 | 11101110 | 11110000 | 110111 | 1 | 0 | 110 | 10110101 | 1010010 | 1000100 |
Color Harmonies of #6BEEF0
Complementary color
Monochromatic Colors of #6BEEF0
Black with #6BEEF0
Text Example
Text Example
White with #6BEEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEEF0; }
p { color: rgb(107,238,240); }
H1.HeaderClassName
{
color: #6BEEF0;
}
.AnyTagClassName
{
color: #6BEEF0;
}
</style>
background-color css
<style>
a { background-color: #6BEEF0; }
a { background-color: rgb(107,238,240); }
div.DivClassName
{
background-color: #6BEEF0;
}
.BgClassName
{
background-color: #6BEEF0;
}
</style>
border-color css
<style>
span { border-color: #6BEEF0; }
span { border-color: rgb(107,238,240); }
td.TdClassName
{
border-color: #6BEEF0;
}
.TagClassName
{
border-color: #6BEEF0;
}
</style>