Html Css Color HEX #15EDFF Aqua

📋 copy color: '#15EDFF'

red 21 ◦ green 237 ◦ blue 255

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

Shades of Aqua #15EDFF

Tints of Aqua #15EDFF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.2%

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

R = 4.09%
G = 46.2%
B = 49.71%

CMYK

 C value IS 0.92

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#15EDFF (or 0x15EDFF) is known color: Aqua. HEX triplet: 15, ED and FF. RGB value is (21,237,255). Sum of RGB (Red+Green+Blue) = 21+237+255=513 (67% of max value = 765). Red value is 21 (8.59% from 255 or 4.09% from 513); Green value is 237 (92.97% from 255 or 46.20% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #15EDFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15EDFF is #EA1200. Grayscale: #AEAEAE. Windows color (decimal): -15340033 or 16772373. OLE color: 16772373.

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

Color convert

RGB 21 237 255 -
CMYK 0.92 0.07 0 0
HSL 184.62º 1% 0.54% -
HSV(B) 184.62º 0.92% 1% -
XYZ 48.64 67.95 105.16 -
YUV 174.47 173.44 18.54 -
System Red Green Blue C M Y K H S L
Decimal 21 237 255 0.92 0.07 0 0 184.62 1 0.54
Hex 15 ED FF 5C 7 0 0 B9 64 36
Octal 25 355 377 134 7 0 0 271 144 66
Binary 10101 11101101 11111111 1011100 111 0 0 10111001 1100100 110110

Color Harmonies of #15EDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15EDFF

Black with #15EDFF

Text Example


Text Example

White with #15EDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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