Html Css Color HEX #13F6FF Aqua

📋 copy color: '#13F6FF'

red 19 ◦ green 246 ◦ blue 255

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

Shades of Aqua #13F6FF

Tints of Aqua #13F6FF

RGB

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

 GREEN value IS 246 (96.48% from 255) = 47.31%

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

R = 3.65%
G = 47.31%
B = 49.04%

CMYK

 C value IS 0.93

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#13F6FF (or 0x13F6FF) is known color: Aqua. HEX triplet: 13, F6 and FF. RGB value is (19,246,255). Sum of RGB (Red+Green+Blue) = 19+246+255=520 (68% of max value = 765). Red value is 19 (7.81% from 255 or 3.65% from 520); Green value is 246 (96.48% from 255 or 47.31% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #13F6FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #13F6FF is #EC0900. Grayscale: #B2B2B2. Windows color (decimal): -15468801 or 16774675. OLE color: 16774675.

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

Color convert

RGB 19 246 255 -
CMYK 0.93 0.04 0 0
HSL 182.29º 1% 0.54% -
HSV(B) 182.29º 0.93% 1% -
XYZ 51.27 73.27 106.05 -
YUV 179.15 170.79 13.77 -
System Red Green Blue C M Y K H S L
Decimal 19 246 255 0.93 0.04 0 0 182.29 1 0.54
Hex 13 F6 FF 5D 4 0 0 B6 64 36
Octal 23 366 377 135 4 0 0 266 144 66
Binary 10011 11110110 11111111 1011101 100 0 0 10110110 1100100 110110

Color Harmonies of #13F6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F6FF

Black with #13F6FF

Text Example


Text Example

White with #13F6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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