Shades of Aqua #23EDFF
Tints of Aqua #23EDFF
RGB
CMYK
RGB Variations
Color information
#23EDFF (or 0x23EDFF) is known color: Aqua. HEX triplet: 23, ED and FF. RGB value is (35,237,255). Sum of RGB (Red+Green+Blue) = 35+237+255=527 (69% of max value = 765). Red value is 35 (14.06% from 255 or 6.64% from 527); Green value is 237 (92.97% from 255 or 44.97% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #23EDFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #23EDFF is #DC1200. Grayscale: #B2B2B2. Windows color (decimal): -14422529 or 16772387. OLE color: 16772387.
HSL color Cylindrical-coordinate representation of color #23EDFF: hue angle of 184.91º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23EDFF is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 237 | 255 | - |
| CMYK | 0.86 | 0.07 | 0 | 0 |
| HSL | 184.91º | 1% | 0.57% | - |
| HSV(B) | 184.91º | 0.86% | 1% | - |
| XYZ | 49.03 | 68.15 | 105.18 | - |
| YUV | 178.65 | 171.08 | 25.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 237 | 255 | 0.86 | 0.07 | 0 | 0 | 184.91 | 1 | 0.57 |
| Hex | 23 | ED | FF | 56 | 7 | 0 | 0 | B9 | 64 | 39 |
| Octal | 43 | 355 | 377 | 126 | 7 | 0 | 0 | 271 | 144 | 71 |
| Binary | 100011 | 11101101 | 11111111 | 1010110 | 111 | 0 | 0 | 10111001 | 1100100 | 111001 |
Color Harmonies of #23EDFF
Complementary color
Monochromatic Colors of #23EDFF
Black with #23EDFF
Text Example
Text Example
White with #23EDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23EDFF; }
p { color: rgb(35,237,255); }
H1.HeaderClassName
{
color: #23EDFF;
}
.AnyTagClassName
{
color: #23EDFF;
}
</style>
background-color css
<style>
a { background-color: #23EDFF; }
a { background-color: rgb(35,237,255); }
div.DivClassName
{
background-color: #23EDFF;
}
.BgClassName
{
background-color: #23EDFF;
}
</style>
border-color css
<style>
span { border-color: #23EDFF; }
span { border-color: rgb(35,237,255); }
td.TdClassName
{
border-color: #23EDFF;
}
.TagClassName
{
border-color: #23EDFF;
}
</style>