Html Css Color HEX #15EAFD Aqua

📋 copy color: '#15EAFD'

red 21 ◦ green 234 ◦ blue 253

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

Shades of Aqua #15EAFD

Tints of Aqua #15EAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.8%

R = 4.13%
G = 46.06%
B = 49.8%

CMYK

 C value IS 0.92

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#15EAFD (or 0x15EAFD) is known color: Aqua. HEX triplet: 15, EA and FD. RGB value is (21,234,253). Sum of RGB (Red+Green+Blue) = 21+234+253=508 (67% of max value = 765). Red value is 21 (8.59% from 255 or 4.13% from 508); Green value is 234 (91.80% from 255 or 46.06% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #15EAFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15EAFD is #EA1502. Grayscale: #ACACAC. Windows color (decimal): -15340803 or 16640533. OLE color: 16640533.

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

Color convert

RGB 21 234 253 -
CMYK 0.92 0.08 0 0.01
HSL 184.91º 0.98% 0.54% -
HSV(B) 184.91º 0.92% 0.99% -
XYZ 47.46 66.1 103.19 -
YUV 172.48 173.43 19.96 -
System Red Green Blue C M Y K H S L
Decimal 21 234 253 0.92 0.08 0 0.01 184.91 0.98 0.54
Hex 15 EA FD 5C 8 0 1 B9 62 36
Octal 25 352 375 134 10 0 1 271 142 66
Binary 10101 11101010 11111101 1011100 1000 0 1 10111001 1100010 110110

Color Harmonies of #15EAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15EAFD

Black with #15EAFD

Text Example


Text Example

White with #15EAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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