Shades of Aqua #06F0FD
Tints of Aqua #06F0FD
RGB
CMYK
RGB Variations
Color information
#06F0FD (or 0x06F0FD) is known color: Aqua. HEX triplet: 06, F0 and FD. RGB value is (6,240,253). Sum of RGB (Red+Green+Blue) = 6+240+253=499 (66% of max value = 765). Red value is 6 (2.73% from 255 or 1.20% from 499); Green value is 240 (94.14% from 255 or 48.10% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #06F0FD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06F0FD is #F90F02. Grayscale: #ABABAB. Windows color (decimal): -16322307 or 16642054. OLE color: 16642054.
HSL color Cylindrical-coordinate representation of color #06F0FD: hue angle of 183.16º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06F0FD is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 240 | 253 | - |
| CMYK | 0.98 | 0.05 | 0 | 0.01 |
| HSL | 183.16º | 0.98% | 0.51% | - |
| HSV(B) | 183.16º | 0.98% | 0.99% | - |
| XYZ | 48.96 | 69.45 | 103.75 | - |
| YUV | 171.52 | 173.98 | 9.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 240 | 253 | 0.98 | 0.05 | 0 | 0.01 | 183.16 | 0.98 | 0.51 |
| Hex | 6 | F0 | FD | 62 | 5 | 0 | 1 | B7 | 62 | 33 |
| Octal | 6 | 360 | 375 | 142 | 5 | 0 | 1 | 267 | 142 | 63 |
| Binary | 110 | 11110000 | 11111101 | 1100010 | 101 | 0 | 1 | 10110111 | 1100010 | 110011 |
Color Harmonies of #06F0FD
Complementary color
Monochromatic Colors of #06F0FD
Black with #06F0FD
Text Example
Text Example
White with #06F0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06F0FD; }
p { color: rgb(6,240,253); }
H1.HeaderClassName
{
color: #06F0FD;
}
.AnyTagClassName
{
color: #06F0FD;
}
</style>
background-color css
<style>
a { background-color: #06F0FD; }
a { background-color: rgb(6,240,253); }
div.DivClassName
{
background-color: #06F0FD;
}
.BgClassName
{
background-color: #06F0FD;
}
</style>
border-color css
<style>
span { border-color: #06F0FD; }
span { border-color: rgb(6,240,253); }
td.TdClassName
{
border-color: #06F0FD;
}
.TagClassName
{
border-color: #06F0FD;
}
</style>