Html Css Color HEX #15E0FF Aqua

📋 copy color: '#15E0FF'

red 21 ◦ green 224 ◦ blue 255

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

Shades of Aqua #15E0FF

Tints of Aqua #15E0FF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.8%

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

R = 4.2%
G = 44.8%
B = 51%

CMYK

 C value IS 0.92

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#15E0FF (or 0x15E0FF) is known color: Aqua. HEX triplet: 15, E0 and FF. RGB value is (21,224,255). Sum of RGB (Red+Green+Blue) = 21+224+255=500 (66% of max value = 765). Red value is 21 (8.59% from 255 or 4.2% from 500); Green value is 224 (87.89% from 255 or 44.8% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #15E0FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15E0FF is #EA1F00. Grayscale: #A6A6A6. Windows color (decimal): -15343361 or 16769045. OLE color: 16769045.

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

Color convert

RGB 21 224 255 -
CMYK 0.92 0.12 0 0
HSL 187.95º 1% 0.54% -
HSV(B) 187.95º 0.92% 1% -
XYZ 45.01 60.69 103.95 -
YUV 166.84 177.75 23.98 -
System Red Green Blue C M Y K H S L
Decimal 21 224 255 0.92 0.12 0 0 187.95 1 0.54
Hex 15 E0 FF 5C C 0 0 BC 64 36
Octal 25 340 377 134 14 0 0 274 144 66
Binary 10101 11100000 11111111 1011100 1100 0 0 10111100 1100100 110110

Color Harmonies of #15E0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15E0FF

Black with #15E0FF

Text Example


Text Example

White with #15E0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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