Html Css Color HEX #15E3FD Aqua

📋 copy color: '#15E3FD'

red 21 ◦ green 227 ◦ blue 253

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

Shades of Aqua #15E3FD

Tints of Aqua #15E3FD

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.31%

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

R = 4.19%
G = 45.31%
B = 50.5%

CMYK

 C value IS 0.92

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#15E3FD (or 0x15E3FD) is known color: Aqua. HEX triplet: 15, E3 and FD. RGB value is (21,227,253). Sum of RGB (Red+Green+Blue) = 21+227+253=501 (66% of max value = 765). Red value is 21 (8.59% from 255 or 4.19% from 501); Green value is 227 (89.06% from 255 or 45.31% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #15E3FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15E3FD is #EA1C02. Grayscale: #A8A8A8. Windows color (decimal): -15342595 or 16638741. OLE color: 16638741.

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

Color convert

RGB 21 227 253 -
CMYK 0.92 0.10 0 0.01
HSL 186.72º 0.98% 0.54% -
HSV(B) 186.72º 0.92% 0.99% -
XYZ 45.51 62.19 102.53 -
YUV 168.37 175.75 22.89 -
System Red Green Blue C M Y K H S L
Decimal 21 227 253 0.92 0.10 0 0.01 186.72 0.98 0.54
Hex 15 E3 FD 5C A 0 1 BB 62 36
Octal 25 343 375 134 12 0 1 273 142 66
Binary 10101 11100011 11111101 1011100 1010 0 1 10111011 1100010 110110

Color Harmonies of #15E3FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15E3FD

Black with #15E3FD

Text Example


Text Example

White with #15E3FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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