Shades of Baby Blue #6EF2FC
Tints of Baby Blue #6EF2FC
RGB
CMYK
RGB Variations
Color information
#6EF2FC (or 0x6EF2FC) is known color: Baby Blue. HEX triplet: 6E, F2 and FC. RGB value is (110,242,252). Sum of RGB (Red+Green+Blue) = 110+242+252=604 (80% of max value = 765). Red value is 110 (43.36% from 255 or 18.21% from 604); Green value is 242 (94.92% from 255 or 40.07% from 604); Blue value is 252 (98.83% from 255 or 41.72% from 604); Max value from RGB is 252 - color contains mainly: blue. Hex color #6EF2FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EF2FC is #910D03. Grayscale: #CBCBCB. Windows color (decimal): -9506052 or 16577134. OLE color: 16577134.
HSL color Cylindrical-coordinate representation of color #6EF2FC: hue angle of 184.23º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EF2FC is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 242 | 252 | - |
| CMYK | 0.56 | 0.04 | 0 | 0.01 |
| HSL | 184.23º | 0.96% | 0.71% | - |
| HSV(B) | 184.23º | 0.56% | 0.99% | - |
| XYZ | 55.75 | 73.85 | 103.41 | - |
| YUV | 203.67 | 155.27 | 61.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 242 | 252 | 0.56 | 0.04 | 0 | 0.01 | 184.23 | 0.96 | 0.71 |
| Hex | 6E | F2 | FC | 38 | 4 | 0 | 1 | B8 | 60 | 47 |
| Octal | 156 | 362 | 374 | 70 | 4 | 0 | 1 | 270 | 140 | 107 |
| Binary | 1101110 | 11110010 | 11111100 | 111000 | 100 | 0 | 1 | 10111000 | 1100000 | 1000111 |
Color Harmonies of #6EF2FC
Complementary color
Monochromatic Colors of #6EF2FC
Black with #6EF2FC
Text Example
Text Example
White with #6EF2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EF2FC; }
p { color: rgb(110,242,252); }
H1.HeaderClassName
{
color: #6EF2FC;
}
.AnyTagClassName
{
color: #6EF2FC;
}
</style>
background-color css
<style>
a { background-color: #6EF2FC; }
a { background-color: rgb(110,242,252); }
div.DivClassName
{
background-color: #6EF2FC;
}
.BgClassName
{
background-color: #6EF2FC;
}
</style>
border-color css
<style>
span { border-color: #6EF2FC; }
span { border-color: rgb(110,242,252); }
td.TdClassName
{
border-color: #6EF2FC;
}
.TagClassName
{
border-color: #6EF2FC;
}
</style>