Shades of Baby Blue #6AEDFE
Tints of Baby Blue #6AEDFE
RGB
CMYK
RGB Variations
Color information
#6AEDFE (or 0x6AEDFE) is known color: Baby Blue. HEX triplet: 6A, ED and FE. RGB value is (106,237,254). Sum of RGB (Red+Green+Blue) = 106+237+254=597 (79% of max value = 765). Red value is 106 (41.80% from 255 or 17.76% from 597); Green value is 237 (92.97% from 255 or 39.70% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #6AEDFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AEDFE is #951201. Grayscale: #C7C7C7. Windows color (decimal): -9769474 or 16706922. OLE color: 16706922.
HSL color Cylindrical-coordinate representation of color #6AEDFE: hue angle of 186.89º 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 #6AEDFE is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 106 | 237 | 254 | - |
| CMYK | 0.58 | 0.07 | 0 | 0.00 |
| HSL | 186.89º | 0.99% | 0.71% | - |
| HSV(B) | 186.89º | 0.58% | 1% | - |
| XYZ | 54.12 | 70.79 | 104.58 | - |
| YUV | 199.77 | 158.6 | 61.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 237 | 254 | 0.58 | 0.07 | 0 | 0.00 | 186.89 | 0.99 | 0.71 |
| Hex | 6A | ED | FE | 3A | 7 | 0 | 0 | BB | 63 | 47 |
| Octal | 152 | 355 | 376 | 72 | 7 | 0 | 0 | 273 | 143 | 107 |
| Binary | 1101010 | 11101101 | 11111110 | 111010 | 111 | 0 | 0 | 10111011 | 1100011 | 1000111 |
Color Harmonies of #6AEDFE
Complementary color
Monochromatic Colors of #6AEDFE
Black with #6AEDFE
Text Example
Text Example
White with #6AEDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEDFE; }
p { color: rgb(106,237,254); }
H1.HeaderClassName
{
color: #6AEDFE;
}
.AnyTagClassName
{
color: #6AEDFE;
}
</style>
background-color css
<style>
a { background-color: #6AEDFE; }
a { background-color: rgb(106,237,254); }
div.DivClassName
{
background-color: #6AEDFE;
}
.BgClassName
{
background-color: #6AEDFE;
}
</style>
border-color css
<style>
span { border-color: #6AEDFE; }
span { border-color: rgb(106,237,254); }
td.TdClassName
{
border-color: #6AEDFE;
}
.TagClassName
{
border-color: #6AEDFE;
}
</style>