Shades of Baby Blue #6BEEF7
Tints of Baby Blue #6BEEF7
RGB
CMYK
RGB Variations
Color information
#6BEEF7 (or 0x6BEEF7) is known color: Baby Blue. HEX triplet: 6B, EE and F7. RGB value is (107,238,247). Sum of RGB (Red+Green+Blue) = 107+238+247=592 (78% of max value = 765). Red value is 107 (42.19% from 255 or 18.07% from 592); Green value is 238 (93.36% from 255 or 40.20% from 592); Blue value is 247 (96.88% from 255 or 41.72% from 592); Max value from RGB is 247 - color contains mainly: blue. Hex color #6BEEF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BEEF7 is #941108. Grayscale: #C7C7C7. Windows color (decimal): -9703689 or 16248427. OLE color: 16248427.
HSL color Cylindrical-coordinate representation of color #6BEEF7: hue angle of 183.86º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BEEF7 is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 107 | 238 | 247 | - |
| CMYK | 0.57 | 0.04 | 0 | 0.03 |
| HSL | 183.86º | 0.9% | 0.69% | - |
| HSV(B) | 183.86º | 0.57% | 0.97% | - |
| XYZ | 53.43 | 70.99 | 98.88 | - |
| YUV | 199.86 | 154.6 | 61.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 238 | 247 | 0.57 | 0.04 | 0 | 0.03 | 183.86 | 0.9 | 0.69 |
| Hex | 6B | EE | F7 | 39 | 4 | 0 | 3 | B8 | 5A | 45 |
| Octal | 153 | 356 | 367 | 71 | 4 | 0 | 3 | 270 | 132 | 105 |
| Binary | 1101011 | 11101110 | 11110111 | 111001 | 100 | 0 | 11 | 10111000 | 1011010 | 1000101 |
Color Harmonies of #6BEEF7
Complementary color
Monochromatic Colors of #6BEEF7
Black with #6BEEF7
Text Example
Text Example
White with #6BEEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEEF7; }
p { color: rgb(107,238,247); }
H1.HeaderClassName
{
color: #6BEEF7;
}
.AnyTagClassName
{
color: #6BEEF7;
}
</style>
background-color css
<style>
a { background-color: #6BEEF7; }
a { background-color: rgb(107,238,247); }
div.DivClassName
{
background-color: #6BEEF7;
}
.BgClassName
{
background-color: #6BEEF7;
}
</style>
border-color css
<style>
span { border-color: #6BEEF7; }
span { border-color: rgb(107,238,247); }
td.TdClassName
{
border-color: #6BEEF7;
}
.TagClassName
{
border-color: #6BEEF7;
}
</style>