Shades of Baby Blue #6BF2EE
Tints of Baby Blue #6BF2EE
RGB
CMYK
RGB Variations
Color information
#6BF2EE (or 0x6BF2EE) is known color: Baby Blue. HEX triplet: 6B, F2 and EE. RGB value is (107,242,238). Sum of RGB (Red+Green+Blue) = 107+242+238=587 (77% of max value = 765). Red value is 107 (42.19% from 255 or 18.23% from 587); Green value is 242 (94.92% from 255 or 41.23% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 242 - color contains mainly: green. Hex color #6BF2EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BF2EE is #940D11. Grayscale: #C9C9C9. Windows color (decimal): -9702674 or 15659627. OLE color: 15659627.
HSL color Cylindrical-coordinate representation of color #6BF2EE: hue angle of 178.22º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BF2EE is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 242 | 238 | - |
| CMYK | 0.56 | 0 | 0.02 | 0.05 |
| HSL | 178.22º | 0.84% | 0.68% | - |
| HSV(B) | 178.22º | 0.56% | 0.95% | - |
| XYZ | 53.25 | 72.8 | 92.13 | - |
| YUV | 201.18 | 148.77 | 60.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 242 | 238 | 0.56 | 0 | 0.02 | 0.05 | 178.22 | 0.84 | 0.68 |
| Hex | 6B | F2 | EE | 38 | 0 | 2 | 5 | B2 | 54 | 44 |
| Octal | 153 | 362 | 356 | 70 | 0 | 2 | 5 | 262 | 124 | 104 |
| Binary | 1101011 | 11110010 | 11101110 | 111000 | 0 | 10 | 101 | 10110010 | 1010100 | 1000100 |
Color Harmonies of #6BF2EE
Complementary color
Monochromatic Colors of #6BF2EE
Black with #6BF2EE
Text Example
Text Example
White with #6BF2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF2EE; }
p { color: rgb(107,242,238); }
H1.HeaderClassName
{
color: #6BF2EE;
}
.AnyTagClassName
{
color: #6BF2EE;
}
</style>
background-color css
<style>
a { background-color: #6BF2EE; }
a { background-color: rgb(107,242,238); }
div.DivClassName
{
background-color: #6BF2EE;
}
.BgClassName
{
background-color: #6BF2EE;
}
</style>
border-color css
<style>
span { border-color: #6BF2EE; }
span { border-color: rgb(107,242,238); }
td.TdClassName
{
border-color: #6BF2EE;
}
.TagClassName
{
border-color: #6BF2EE;
}
</style>