Shades of Baby Blue #6AEFF1
Tints of Baby Blue #6AEFF1
RGB
CMYK
RGB Variations
Color information
#6AEFF1 (or 0x6AEFF1) is known color: Baby Blue. HEX triplet: 6A, EF and F1. RGB value is (106,239,241). Sum of RGB (Red+Green+Blue) = 106+239+241=586 (77% of max value = 765). Red value is 106 (41.80% from 255 or 18.09% from 586); Green value is 239 (93.75% from 255 or 40.78% from 586); Blue value is 241 (94.53% from 255 or 41.13% from 586); Max value from RGB is 241 - color contains mainly: blue. Hex color #6AEFF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AEFF1 is #95100E. Grayscale: #C7C7C7. Windows color (decimal): -9768975 or 15855466. OLE color: 15855466.
HSL color Cylindrical-coordinate representation of color #6AEFF1: hue angle of 180.89º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AEFF1 is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 106 | 239 | 241 | - |
| CMYK | 0.56 | 0.01 | 0 | 0.05 |
| HSL | 180.89º | 0.83% | 0.68% | - |
| HSV(B) | 180.89º | 0.56% | 0.95% | - |
| XYZ | 52.69 | 71.15 | 94.18 | - |
| YUV | 199.46 | 151.44 | 61.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 239 | 241 | 0.56 | 0.01 | 0 | 0.05 | 180.89 | 0.83 | 0.68 |
| Hex | 6A | EF | F1 | 38 | 1 | 0 | 5 | B5 | 53 | 44 |
| Octal | 152 | 357 | 361 | 70 | 1 | 0 | 5 | 265 | 123 | 104 |
| Binary | 1101010 | 11101111 | 11110001 | 111000 | 1 | 0 | 101 | 10110101 | 1010011 | 1000100 |
Color Harmonies of #6AEFF1
Complementary color
Monochromatic Colors of #6AEFF1
Black with #6AEFF1
Text Example
Text Example
White with #6AEFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEFF1; }
p { color: rgb(106,239,241); }
H1.HeaderClassName
{
color: #6AEFF1;
}
.AnyTagClassName
{
color: #6AEFF1;
}
</style>
background-color css
<style>
a { background-color: #6AEFF1; }
a { background-color: rgb(106,239,241); }
div.DivClassName
{
background-color: #6AEFF1;
}
.BgClassName
{
background-color: #6AEFF1;
}
</style>
border-color css
<style>
span { border-color: #6AEFF1; }
span { border-color: rgb(106,239,241); }
td.TdClassName
{
border-color: #6AEFF1;
}
.TagClassName
{
border-color: #6AEFF1;
}
</style>