Html Css Color HEX #13E5FC Aqua

📋 copy color: '#13E5FC'

red 19 ◦ green 229 ◦ blue 252

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

Shades of Aqua #13E5FC

Tints of Aqua #13E5FC

RGB

 RED value IS 19 (7.81% from 255) = 3.8%

 GREEN value IS 229 (89.84% from 255) = 45.8%

 BLUE value IS 252 (98.83% from 255) = 50.4%

R = 3.8%
G = 45.8%
B = 50.4%

CMYK

 C value IS 0.92

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#13E5FC (or 0x13E5FC) is known color: Aqua. HEX triplet: 13, E5 and FC. RGB value is (19,229,252). Sum of RGB (Red+Green+Blue) = 19+229+252=500 (66% of max value = 765). Red value is 19 (7.81% from 255 or 3.8% from 500); Green value is 229 (89.84% from 255 or 45.8% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #13E5FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13E5FC is #EC1A03. Grayscale: #A8A8A8. Windows color (decimal): -15473156 or 16573715. OLE color: 16573715.

HSL color Cylindrical-coordinate representation of color #13E5FC: hue angle of 185.92º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E5FC is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 19 229 252 -
CMYK 0.92 0.09 0 0.01
HSL 185.92º 0.97% 0.53% -
HSV(B) 185.92º 0.92% 0.99% -
XYZ 45.86 63.21 101.88 -
YUV 168.83 174.93 21.13 -
System Red Green Blue C M Y K H S L
Decimal 19 229 252 0.92 0.09 0 0.01 185.92 0.97 0.53
Hex 13 E5 FC 5C 9 0 1 BA 61 35
Octal 23 345 374 134 11 0 1 272 141 65
Binary 10011 11100101 11111100 1011100 1001 0 1 10111010 1100001 110101

Color Harmonies of #13E5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13E5FC

Black with #13E5FC

Text Example


Text Example

White with #13E5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13E5FC; }

 p { color: rgb(19,229,252); }

 H1.HeaderClassName
 {
   color: #13E5FC;
 }
 .AnyTagClassName
 {
   color: #13E5FC;
 }
</style>

background-color css

<style>
 a { background-color: #13E5FC; }

 a { background-color: rgb(19,229,252); }

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

border-color css

<style>
 span { border-color: #13E5FC; }

 span { border-color: rgb(19,229,252); }

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