Shades of Aqua #23EAFF
Tints of Aqua #23EAFF
RGB
CMYK
RGB Variations
Color information
#23EAFF (or 0x23EAFF) is known color: Aqua. HEX triplet: 23, EA and FF. RGB value is (35,234,255). Sum of RGB (Red+Green+Blue) = 35+234+255=524 (69% of max value = 765). Red value is 35 (14.06% from 255 or 6.68% from 524); Green value is 234 (91.80% from 255 or 44.66% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #23EAFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #23EAFF is #DC1500. Grayscale: #B0B0B0. Windows color (decimal): -14423297 or 16771619. OLE color: 16771619.
HSL color Cylindrical-coordinate representation of color #23EAFF: hue angle of 185.73º 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 #23EAFF is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 234 | 255 | - |
| CMYK | 0.86 | 0.08 | 0 | 0 |
| HSL | 185.73º | 1% | 0.57% | - |
| HSV(B) | 185.73º | 0.86% | 1% | - |
| XYZ | 48.17 | 66.42 | 104.89 | - |
| YUV | 176.89 | 172.07 | 26.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 234 | 255 | 0.86 | 0.08 | 0 | 0 | 185.73 | 1 | 0.57 |
| Hex | 23 | EA | FF | 56 | 8 | 0 | 0 | BA | 64 | 39 |
| Octal | 43 | 352 | 377 | 126 | 10 | 0 | 0 | 272 | 144 | 71 |
| Binary | 100011 | 11101010 | 11111111 | 1010110 | 1000 | 0 | 0 | 10111010 | 1100100 | 111001 |
Color Harmonies of #23EAFF
Complementary color
Monochromatic Colors of #23EAFF
Black with #23EAFF
Text Example
Text Example
White with #23EAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23EAFF; }
p { color: rgb(35,234,255); }
H1.HeaderClassName
{
color: #23EAFF;
}
.AnyTagClassName
{
color: #23EAFF;
}
</style>
background-color css
<style>
a { background-color: #23EAFF; }
a { background-color: rgb(35,234,255); }
div.DivClassName
{
background-color: #23EAFF;
}
.BgClassName
{
background-color: #23EAFF;
}
</style>
border-color css
<style>
span { border-color: #23EAFF; }
span { border-color: rgb(35,234,255); }
td.TdClassName
{
border-color: #23EAFF;
}
.TagClassName
{
border-color: #23EAFF;
}
</style>