Shades of Baby Blue #6BFAEC
Tints of Baby Blue #6BFAEC
RGB
CMYK
RGB Variations
Color information
#6BFAEC (or 0x6BFAEC) is known color: Baby Blue. HEX triplet: 6B, FA and EC. RGB value is (107,250,236). Sum of RGB (Red+Green+Blue) = 107+250+236=593 (78% of max value = 765). Red value is 107 (42.19% from 255 or 18.04% from 593); Green value is 250 (98.05% from 255 or 42.16% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 250 - color contains mainly: green. Hex color #6BFAEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BFAEC is #940513. Grayscale: #CDCDCD. Windows color (decimal): -9700628 or 15530603. OLE color: 15530603.
HSL color Cylindrical-coordinate representation of color #6BFAEC: hue angle of 174.13º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BFAEC is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 250 | 236 | - |
| CMYK | 0.57 | 0 | 0.06 | 0.02 |
| HSL | 174.13º | 0.93% | 0.7% | - |
| HSV(B) | 174.13º | 0.57% | 0.98% | - |
| XYZ | 55.39 | 77.55 | 91.41 | - |
| YUV | 205.65 | 145.12 | 57.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 250 | 236 | 0.57 | 0 | 0.06 | 0.02 | 174.13 | 0.93 | 0.7 |
| Hex | 6B | FA | EC | 39 | 0 | 6 | 2 | AE | 5D | 46 |
| Octal | 153 | 372 | 354 | 71 | 0 | 6 | 2 | 256 | 135 | 106 |
| Binary | 1101011 | 11111010 | 11101100 | 111001 | 0 | 110 | 10 | 10101110 | 1011101 | 1000110 |
Color Harmonies of #6BFAEC
Complementary color
Monochromatic Colors of #6BFAEC
Black with #6BFAEC
Text Example
Text Example
White with #6BFAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFAEC; }
p { color: rgb(107,250,236); }
H1.HeaderClassName
{
color: #6BFAEC;
}
.AnyTagClassName
{
color: #6BFAEC;
}
</style>
background-color css
<style>
a { background-color: #6BFAEC; }
a { background-color: rgb(107,250,236); }
div.DivClassName
{
background-color: #6BFAEC;
}
.BgClassName
{
background-color: #6BFAEC;
}
</style>
border-color css
<style>
span { border-color: #6BFAEC; }
span { border-color: rgb(107,250,236); }
td.TdClassName
{
border-color: #6BFAEC;
}
.TagClassName
{
border-color: #6BFAEC;
}
</style>