Shades of Baby Blue #6AEBFE
Tints of Baby Blue #6AEBFE
RGB
CMYK
RGB Variations
Color information
#6AEBFE (or 0x6AEBFE) is known color: Baby Blue. HEX triplet: 6A, EB and FE. RGB value is (106,235,254). Sum of RGB (Red+Green+Blue) = 106+235+254=595 (78% of max value = 765). Red value is 106 (41.80% from 255 or 17.82% from 595); Green value is 235 (92.19% from 255 or 39.50% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #6AEBFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AEBFE is #951401. Grayscale: #C6C6C6. Windows color (decimal): -9769986 or 16706410. OLE color: 16706410.
HSL color Cylindrical-coordinate representation of color #6AEBFE: hue angle of 187.7º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AEBFE is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 106 | 235 | 254 | - |
| CMYK | 0.58 | 0.07 | 0 | 0.00 |
| HSL | 187.7º | 0.99% | 0.71% | - |
| HSV(B) | 187.7º | 0.58% | 1% | - |
| XYZ | 53.54 | 69.64 | 104.39 | - |
| YUV | 198.6 | 159.26 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 235 | 254 | 0.58 | 0.07 | 0 | 0.00 | 187.7 | 0.99 | 0.71 |
| Hex | 6A | EB | FE | 3A | 7 | 0 | 0 | BC | 63 | 47 |
| Octal | 152 | 353 | 376 | 72 | 7 | 0 | 0 | 274 | 143 | 107 |
| Binary | 1101010 | 11101011 | 11111110 | 111010 | 111 | 0 | 0 | 10111100 | 1100011 | 1000111 |
Color Harmonies of #6AEBFE
Complementary color
Monochromatic Colors of #6AEBFE
Black with #6AEBFE
Text Example
Text Example
White with #6AEBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEBFE; }
p { color: rgb(106,235,254); }
H1.HeaderClassName
{
color: #6AEBFE;
}
.AnyTagClassName
{
color: #6AEBFE;
}
</style>
background-color css
<style>
a { background-color: #6AEBFE; }
a { background-color: rgb(106,235,254); }
div.DivClassName
{
background-color: #6AEBFE;
}
.BgClassName
{
background-color: #6AEBFE;
}
</style>
border-color css
<style>
span { border-color: #6AEBFE; }
span { border-color: rgb(106,235,254); }
td.TdClassName
{
border-color: #6AEBFE;
}
.TagClassName
{
border-color: #6AEBFE;
}
</style>