Html Css Color HEX #15E2FF Aqua

📋 copy color: '#15E2FF'

red 21 ◦ green 226 ◦ blue 255

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

Shades of Aqua #15E2FF

Tints of Aqua #15E2FF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 45.02%

 BLUE value IS 255 (100% from 255) = 50.8%

R = 4.18%
G = 45.02%
B = 50.8%

CMYK

 C value IS 0.92

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#15E2FF (or 0x15E2FF) is known color: Aqua. HEX triplet: 15, E2 and FF. RGB value is (21,226,255). Sum of RGB (Red+Green+Blue) = 21+226+255=502 (66% of max value = 765). Red value is 21 (8.59% from 255 or 4.18% from 502); Green value is 226 (88.67% from 255 or 45.02% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #15E2FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15E2FF is #EA1D00. Grayscale: #A7A7A7. Windows color (decimal): -15342849 or 16769557. OLE color: 16769557.

HSL color Cylindrical-coordinate representation of color #15E2FF: hue angle of 187.44º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15E2FF is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 21 226 255 -
CMYK 0.92 0.11 0 0
HSL 187.44º 1% 0.54% -
HSV(B) 187.44º 0.92% 1% -
XYZ 45.56 61.77 104.13 -
YUV 168.01 177.08 23.14 -
System Red Green Blue C M Y K H S L
Decimal 21 226 255 0.92 0.11 0 0 187.44 1 0.54
Hex 15 E2 FF 5C B 0 0 BB 64 36
Octal 25 342 377 134 13 0 0 273 144 66
Binary 10101 11100010 11111111 1011100 1011 0 0 10111011 1100100 110110

Color Harmonies of #15E2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15E2FF

Black with #15E2FF

Text Example


Text Example

White with #15E2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,226,255); }

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

background-color css

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

 a { background-color: rgb(21,226,255); }

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

border-color css

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

 span { border-color: rgb(21,226,255); }

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