Shades of Baby Blue #6AEDFF
Tints of Baby Blue #6AEDFF
RGB
CMYK
RGB Variations
Color information
#6AEDFF (or 0x6AEDFF) is known color: Baby Blue. HEX triplet: 6A, ED and FF. RGB value is (106,237,255). Sum of RGB (Red+Green+Blue) = 106+237+255=598 (79% of max value = 765). Red value is 106 (41.80% from 255 or 17.73% from 598); Green value is 237 (92.97% from 255 or 39.63% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #6AEDFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AEDFF is #951200. Grayscale: #C7C7C7. Windows color (decimal): -9769473 or 16772458. OLE color: 16772458.
HSL color Cylindrical-coordinate representation of color #6AEDFF: hue angle of 187.25º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AEDFF is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 106 | 237 | 255 | - |
| CMYK | 0.58 | 0.07 | 0 | 0 |
| HSL | 187.25º | 1% | 0.71% | - |
| HSV(B) | 187.25º | 0.58% | 1% | - |
| XYZ | 54.28 | 70.85 | 105.42 | - |
| YUV | 199.88 | 159.1 | 61.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 237 | 255 | 0.58 | 0.07 | 0 | 0 | 187.25 | 1 | 0.71 |
| Hex | 6A | ED | FF | 3A | 7 | 0 | 0 | BB | 64 | 47 |
| Octal | 152 | 355 | 377 | 72 | 7 | 0 | 0 | 273 | 144 | 107 |
| Binary | 1101010 | 11101101 | 11111111 | 111010 | 111 | 0 | 0 | 10111011 | 1100100 | 1000111 |
Color Harmonies of #6AEDFF
Complementary color
Monochromatic Colors of #6AEDFF
Black with #6AEDFF
Text Example
Text Example
White with #6AEDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEDFF; }
p { color: rgb(106,237,255); }
H1.HeaderClassName
{
color: #6AEDFF;
}
.AnyTagClassName
{
color: #6AEDFF;
}
</style>
background-color css
<style>
a { background-color: #6AEDFF; }
a { background-color: rgb(106,237,255); }
div.DivClassName
{
background-color: #6AEDFF;
}
.BgClassName
{
background-color: #6AEDFF;
}
</style>
border-color css
<style>
span { border-color: #6AEDFF; }
span { border-color: rgb(106,237,255); }
td.TdClassName
{
border-color: #6AEDFF;
}
.TagClassName
{
border-color: #6AEDFF;
}
</style>