Html Css Color HEX #15EAFA Aqua

📋 copy color: '#15EAFA'

red 21 ◦ green 234 ◦ blue 250

#15EAFA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aqua #15EAFA

Tints of Aqua #15EAFA

RGB

 RED value IS 21 (8.59% from 255) = 4.16%

 GREEN value IS 234 (91.8% from 255) = 46.34%

 BLUE value IS 250 (98.05% from 255) = 49.5%

R = 4.16%
G = 46.34%
B = 49.5%

CMYK

 C value IS 0.92

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#15EAFA (or 0x15EAFA) is known color: Aqua. HEX triplet: 15, EA and FA. RGB value is (21,234,250). Sum of RGB (Red+Green+Blue) = 21+234+250=505 (66% of max value = 765). Red value is 21 (8.59% from 255 or 4.16% from 505); Green value is 234 (91.80% from 255 or 46.34% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #15EAFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15EAFA is #EA1505. Grayscale: #ABABAB. Windows color (decimal): -15340806 or 16443925. OLE color: 16443925.

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

Color convert

RGB 21 234 250 -
CMYK 0.92 0.06 0 0.02
HSL 184.19º 0.96% 0.53% -
HSV(B) 184.19º 0.92% 0.98% -
XYZ 46.99 65.91 100.69 -
YUV 172.14 171.93 20.2 -
System Red Green Blue C M Y K H S L
Decimal 21 234 250 0.92 0.06 0 0.02 184.19 0.96 0.53
Hex 15 EA FA 5C 6 0 2 B8 60 35
Octal 25 352 372 134 6 0 2 270 140 65
Binary 10101 11101010 11111010 1011100 110 0 10 10111000 1100000 110101

Color Harmonies of #15EAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15EAFA

Black with #15EAFA

Text Example


Text Example

White with #15EAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #15EAFA;
 }
 .AnyTagClassName
 {
   color: #15EAFA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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