Shades of Baby Blue #6AF1EC
Tints of Baby Blue #6AF1EC
RGB
CMYK
RGB Variations
Color information
#6AF1EC (or 0x6AF1EC) is known color: Baby Blue. HEX triplet: 6A, F1 and EC. RGB value is (106,241,236). Sum of RGB (Red+Green+Blue) = 106+241+236=583 (77% of max value = 765). Red value is 106 (41.80% from 255 or 18.18% from 583); Green value is 241 (94.53% from 255 or 41.34% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 241 - color contains mainly: green. Hex color #6AF1EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AF1EC is #950E13. Grayscale: #C7C7C7. Windows color (decimal): -9768468 or 15528298. OLE color: 15528298.
HSL color Cylindrical-coordinate representation of color #6AF1EC: hue angle of 177.78º 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 #6AF1EC is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 106 | 241 | 236 | - |
| CMYK | 0.56 | 0 | 0.02 | 0.05 |
| HSL | 177.78º | 0.83% | 0.68% | - |
| HSV(B) | 177.78º | 0.56% | 0.95% | - |
| XYZ | 52.54 | 72.03 | 90.49 | - |
| YUV | 200.07 | 148.27 | 60.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 241 | 236 | 0.56 | 0 | 0.02 | 0.05 | 177.78 | 0.83 | 0.68 |
| Hex | 6A | F1 | EC | 38 | 0 | 2 | 5 | B2 | 53 | 44 |
| Octal | 152 | 361 | 354 | 70 | 0 | 2 | 5 | 262 | 123 | 104 |
| Binary | 1101010 | 11110001 | 11101100 | 111000 | 0 | 10 | 101 | 10110010 | 1010011 | 1000100 |
Color Harmonies of #6AF1EC
Complementary color
Monochromatic Colors of #6AF1EC
Black with #6AF1EC
Text Example
Text Example
White with #6AF1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF1EC; }
p { color: rgb(106,241,236); }
H1.HeaderClassName
{
color: #6AF1EC;
}
.AnyTagClassName
{
color: #6AF1EC;
}
</style>
background-color css
<style>
a { background-color: #6AF1EC; }
a { background-color: rgb(106,241,236); }
div.DivClassName
{
background-color: #6AF1EC;
}
.BgClassName
{
background-color: #6AF1EC;
}
</style>
border-color css
<style>
span { border-color: #6AF1EC; }
span { border-color: rgb(106,241,236); }
td.TdClassName
{
border-color: #6AF1EC;
}
.TagClassName
{
border-color: #6AF1EC;
}
</style>