Html Css Color HEX #15EDFE Aqua

📋 copy color: '#15EDFE'

red 21 ◦ green 237 ◦ blue 254

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

Shades of Aqua #15EDFE

Tints of Aqua #15EDFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.61%

R = 4.1%
G = 46.29%
B = 49.61%

CMYK

 C value IS 0.92

 M value IS 0.07

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#15EDFE (or 0x15EDFE) is known color: Aqua. HEX triplet: 15, ED and FE. RGB value is (21,237,254). Sum of RGB (Red+Green+Blue) = 21+237+254=512 (67% of max value = 765). Red value is 21 (8.59% from 255 or 4.10% from 512); Green value is 237 (92.97% from 255 or 46.29% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #15EDFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15EDFE is #EA1201. Grayscale: #AEAEAE. Windows color (decimal): -15340034 or 16706837. OLE color: 16706837.

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

Color convert

RGB 21 237 254 -
CMYK 0.92 0.07 0 0.00
HSL 184.38º 0.99% 0.54% -
HSV(B) 184.38º 0.92% 1% -
XYZ 48.48 67.88 104.31 -
YUV 174.35 172.94 18.62 -
System Red Green Blue C M Y K H S L
Decimal 21 237 254 0.92 0.07 0 0.00 184.38 0.99 0.54
Hex 15 ED FE 5C 7 0 0 B8 63 36
Octal 25 355 376 134 7 0 0 270 143 66
Binary 10101 11101101 11111110 1011100 111 0 0 10111000 1100011 110110

Color Harmonies of #15EDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15EDFE

Black with #15EDFE

Text Example


Text Example

White with #15EDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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