#15EEFA

Color #15EEFA Aqua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aqua #15EEFA

Tints of Aqua #15EEFA

Color information

#15EEFA (or 0x15EEFA) is unknown color: approx Aqua. HEX triplet: 15, EE and FA. RGB value is (21,238,250). Sum of RGB (Red+Green+Blue) = 21+238+250=509 (67% of max value = 765). Red value is 21 (8.59% from 255 or 4.13% from 509); Green value is 238 (93.36% from 255 or 46.76% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #15EEFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15EEFA is #EA1105. Grayscale: #AEAEAE. Windows color (decimal): -15339782 or 16444949. OLE color: 16444949.

HSL color Cylindrical-coordinate representation of color #15EEFA: hue angle of 183.14º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15EEFA is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB21238250-
CMYK0.920.0500.02
HSL183.14º95.82%53.14%-
HSV(B)183.14º91.6%98.04%-
XYZ48.1468.21101.07-
YUV174.48170.6118.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 21 (8.59% from 255) = 4.13%
GREEN value IS 238 (93.36% from 255) = 46.76%
BLUE value IS 250 (98.05% from 255) = 49.12%
R=4.13%
G=46.76%
B=49.12%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal212382500.920.0500.02183.1495.8253.14
Hex15EEFA5C502b76035
Octal2535637213450226714065
Binary1010111101110111110101011100101010101101111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15EEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15EEFA; }

 p { color: rgb(21,238,250); }

 H1.HeaderClassName
 {
   color: #15EEFA;
 }
 .AnyTagClassName
 {
   color: #15EEFA;
 }
</style>
background-color css

<style>
 a { background-color: #15EEFA; }

 a { background-color: rgb(21,238,250); }

 div.DivClassName
 {
   background-color: #15EEFA;
 }
 .BgClassName
 {
   background-color: #15EEFA;
 }
</style>
border-color css

<style>
 span { border-color: #15EEFA; }

 span { border-color: rgb(21,238,250); }

 td.TdClassName
 {
   border-color: #15EEFA;
 }
 .TagClassName
 {
   border-color: #15EEFA;
 }
</style>