Shades of Aqua #23F2FF
Tints of Aqua #23F2FF
RGB
CMYK
RGB Variations
Color information
#23F2FF (or 0x23F2FF) is known color: Aqua. HEX triplet: 23, F2 and FF. RGB value is (35,242,255). Sum of RGB (Red+Green+Blue) = 35+242+255=532 (70% of max value = 765). Red value is 35 (14.06% from 255 or 6.58% from 532); Green value is 242 (94.92% from 255 or 45.49% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #23F2FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #23F2FF is #DC0D00. Grayscale: #B5B5B5. Windows color (decimal): -14421249 or 16773667. OLE color: 16773667.
HSL color Cylindrical-coordinate representation of color #23F2FF: hue angle of 183.55º 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 #23F2FF is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 242 | 255 | - |
| CMYK | 0.86 | 0.05 | 0 | 0 |
| HSL | 183.55º | 1% | 0.57% | - |
| HSV(B) | 183.55º | 0.86% | 1% | - |
| XYZ | 50.5 | 71.08 | 105.67 | - |
| YUV | 181.59 | 169.42 | 23.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 242 | 255 | 0.86 | 0.05 | 0 | 0 | 183.55 | 1 | 0.57 |
| Hex | 23 | F2 | FF | 56 | 5 | 0 | 0 | B8 | 64 | 39 |
| Octal | 43 | 362 | 377 | 126 | 5 | 0 | 0 | 270 | 144 | 71 |
| Binary | 100011 | 11110010 | 11111111 | 1010110 | 101 | 0 | 0 | 10111000 | 1100100 | 111001 |
Color Harmonies of #23F2FF
Complementary color
Monochromatic Colors of #23F2FF
Black with #23F2FF
Text Example
Text Example
White with #23F2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23F2FF; }
p { color: rgb(35,242,255); }
H1.HeaderClassName
{
color: #23F2FF;
}
.AnyTagClassName
{
color: #23F2FF;
}
</style>
background-color css
<style>
a { background-color: #23F2FF; }
a { background-color: rgb(35,242,255); }
div.DivClassName
{
background-color: #23F2FF;
}
.BgClassName
{
background-color: #23F2FF;
}
</style>
border-color css
<style>
span { border-color: #23F2FF; }
span { border-color: rgb(35,242,255); }
td.TdClassName
{
border-color: #23F2FF;
}
.TagClassName
{
border-color: #23F2FF;
}
</style>