#15F2F8

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

Shades of Aqua #15F2F8

Tints of Aqua #15F2F8

Color information

#15F2F8 (or 0x15F2F8) is unknown color: approx Aqua. HEX triplet: 15, F2 and F8. RGB value is (21,242,248). Sum of RGB (Red+Green+Blue) = 21+242+248=511 (67% of max value = 765). Red value is 21 (8.59% from 255 or 4.11% from 511); Green value is 242 (94.92% from 255 or 47.36% from 511); Blue value is 248 (97.27% from 255 or 48.53% from 511); Max value from RGB is 248 - color contains mainly: blue. Hex color #15F2F8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15F2F8 is #EA0D07. Grayscale: #B0B0B0. Windows color (decimal): -15338760 or 16314901. OLE color: 16314901.

HSL color Cylindrical-coordinate representation of color #15F2F8: hue angle of 181.59º 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 #15F2F8 is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB21242248-
CMYK0.920.0200.03
HSL181.59º94.19%52.75%-
HSV(B)181.59º91.53%97.25%-
XYZ4970.4499.82-
YUV176.6168.2817.01-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 4.11%
GREEN value IS 242 (94.92% from 255) = 47.36%
BLUE value IS 248 (97.27% from 255) = 48.53%
R=4.11%
G=47.36%
B=48.53%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal212422480.920.0200.03181.5994.1952.75
Hex15F2F85C203b65e35
Octal2536237013420326613665
Binary101011111001011111000101110010011101101101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15F2F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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