Html Css Color HEX #13EDFF Aqua

📋 copy color: '#13EDFF'

red 19 ◦ green 237 ◦ blue 255

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

Shades of Aqua #13EDFF

Tints of Aqua #13EDFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.9%

R = 3.72%
G = 46.38%
B = 49.9%

CMYK

 C value IS 0.93

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#13EDFF (or 0x13EDFF) is known color: Aqua. HEX triplet: 13, ED and FF. RGB value is (19,237,255). Sum of RGB (Red+Green+Blue) = 19+237+255=511 (67% of max value = 765). Red value is 19 (7.81% from 255 or 3.72% from 511); Green value is 237 (92.97% from 255 or 46.38% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #13EDFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #13EDFF is #EC1200. Grayscale: #ADADAD. Windows color (decimal): -15471105 or 16772371. OLE color: 16772371.

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

Color convert

RGB 19 237 255 -
CMYK 0.93 0.07 0 0
HSL 184.58º 1% 0.54% -
HSV(B) 184.58º 0.93% 1% -
XYZ 48.6 67.93 105.16 -
YUV 173.87 173.78 17.54 -
System Red Green Blue C M Y K H S L
Decimal 19 237 255 0.93 0.07 0 0 184.58 1 0.54
Hex 13 ED FF 5D 7 0 0 B9 64 36
Octal 23 355 377 135 7 0 0 271 144 66
Binary 10011 11101101 11111111 1011101 111 0 0 10111001 1100100 110110

Color Harmonies of #13EDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13EDFF

Black with #13EDFF

Text Example


Text Example

White with #13EDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,237,255); }

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

background-color css

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

 a { background-color: rgb(19,237,255); }

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

border-color css

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

 span { border-color: rgb(19,237,255); }

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