Html Css Color HEX #13EEFF Aqua

📋 copy color: '#13EEFF'

red 19 ◦ green 238 ◦ blue 255

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

Shades of Aqua #13EEFF

Tints of Aqua #13EEFF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 46.48%

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

R = 3.71%
G = 46.48%
B = 49.8%

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

#13EEFF (or 0x13EEFF) is known color: Aqua. HEX triplet: 13, EE and FF. RGB value is (19,238,255). Sum of RGB (Red+Green+Blue) = 19+238+255=512 (67% of max value = 765). Red value is 19 (7.81% from 255 or 3.71% from 512); Green value is 238 (93.36% from 255 or 46.48% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #13EEFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #13EEFF is #EC1100. Grayscale: #AEAEAE. Windows color (decimal): -15470849 or 16772627. OLE color: 16772627.

HSL color Cylindrical-coordinate representation of color #13EEFF: hue angle of 184.32º 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 #13EEFF is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 19 238 255 -
CMYK 0.93 0.07 0 0
HSL 184.32º 1% 0.54% -
HSV(B) 184.32º 0.93% 1% -
XYZ 48.89 68.51 105.25 -
YUV 174.46 173.45 17.12 -
System Red Green Blue C M Y K H S L
Decimal 19 238 255 0.93 0.07 0 0 184.32 1 0.54
Hex 13 EE FF 5D 7 0 0 B8 64 36
Octal 23 356 377 135 7 0 0 270 144 66
Binary 10011 11101110 11111111 1011101 111 0 0 10111000 1100100 110110

Color Harmonies of #13EEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13EEFF

Black with #13EEFF

Text Example


Text Example

White with #13EEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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