Html Css Color HEX #13EAFE Aqua

📋 copy color: '#13EAFE'

red 19 ◦ green 234 ◦ blue 254

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

Shades of Aqua #13EAFE

Tints of Aqua #13EAFE

RGB

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

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

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

R = 3.75%
G = 46.15%
B = 50.1%

CMYK

 C value IS 0.93

 M value IS 0.08

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#13EAFE (or 0x13EAFE) is known color: Aqua. HEX triplet: 13, EA and FE. RGB value is (19,234,254). Sum of RGB (Red+Green+Blue) = 19+234+254=507 (67% of max value = 765). Red value is 19 (7.81% from 255 or 3.75% from 507); Green value is 234 (91.80% from 255 or 46.15% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #13EAFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #13EAFE is #EC1501. Grayscale: #ABABAB. Windows color (decimal): -15471874 or 16706067. OLE color: 16706067.

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

Color convert

RGB 19 234 254 -
CMYK 0.93 0.08 0 0.00
HSL 185.11º 0.99% 0.54% -
HSV(B) 185.11º 0.93% 1% -
XYZ 47.58 66.14 104.02 -
YUV 172 174.27 18.87 -
System Red Green Blue C M Y K H S L
Decimal 19 234 254 0.93 0.08 0 0.00 185.11 0.99 0.54
Hex 13 EA FE 5D 8 0 0 B9 63 36
Octal 23 352 376 135 10 0 0 271 143 66
Binary 10011 11101010 11111110 1011101 1000 0 0 10111001 1100011 110110

Color Harmonies of #13EAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13EAFE

Black with #13EAFE

Text Example


Text Example

White with #13EAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,234,254); }

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

background-color css

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

 a { background-color: rgb(19,234,254); }

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

border-color css

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

 span { border-color: rgb(19,234,254); }

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