#15EEF8

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

Shades of Aqua #15EEF8

Tints of Aqua #15EEF8

Color information

#15EEF8 (or 0x15EEF8) is unknown color: approx Aqua. HEX triplet: 15, EE and F8. RGB value is (21,238,248). Sum of RGB (Red+Green+Blue) = 21+238+248=507 (67% of max value = 765). Red value is 21 (8.59% from 255 or 4.14% from 507); Green value is 238 (93.36% from 255 or 46.94% from 507); Blue value is 248 (97.27% from 255 or 48.92% from 507); Max value from RGB is 248 - color contains mainly: blue. Hex color #15EEF8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15EEF8 is #EA1107. Grayscale: #AEAEAE. Windows color (decimal): -15339784 or 16313877. OLE color: 16313877.

HSL color Cylindrical-coordinate representation of color #15EEF8: hue angle of 182.64º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15EEF8 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB21238248-
CMYK0.920.0400.03
HSL182.64º94.19%52.75%-
HSV(B)182.64º91.53%97.25%-
XYZ47.8368.0999.43-
YUV174.26169.6118.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 4.14%
GREEN value IS 238 (93.36% from 255) = 46.94%
BLUE value IS 248 (97.27% from 255) = 48.92%
R=4.14%
G=46.94%
B=48.92%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal212382480.920.0400.03182.6494.1952.75
Hex15EEF85C403b75e35
Octal2535637013440326713665
Binary1010111101110111110001011100100011101101111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15EEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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