Html Css Color HEX #13AEDA Iris Blue

📋 copy color: '#13AEDA'

red 19 ◦ green 174 ◦ blue 218

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

Shades of Iris Blue #13AEDA

Tints of Iris Blue #13AEDA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.34%

 BLUE value IS 218 (85.55% from 255) = 53.04%

R = 4.62%
G = 42.34%
B = 53.04%

CMYK

 C value IS 0.91

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#13AEDA (or 0x13AEDA) is known color: Iris Blue. HEX triplet: 13, AE and DA. RGB value is (19,174,218). Sum of RGB (Red+Green+Blue) = 19+174+218=411 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.62% from 411); Green value is 174 (68.36% from 255 or 42.34% from 411); Blue value is 218 (85.55% from 255 or 53.04% from 411); Max value from RGB is 218 - color contains mainly: blue. Hex color #13AEDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13AEDA is #EC5125. Grayscale: #848484. Windows color (decimal): -15487270 or 14331411. OLE color: 14331411.

HSL color Cylindrical-coordinate representation of color #13AEDA: hue angle of 193.27º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13AEDA is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 19 174 218 -
CMYK 0.91 0.20 0 0.15
HSL 193.27º 0.84% 0.46% -
HSV(B) 193.27º 0.91% 0.85% -
XYZ 28.06 35.47 71.7 -
YUV 132.67 176.15 46.92 -
System Red Green Blue C M Y K H S L
Decimal 19 174 218 0.91 0.20 0 0.15 193.27 0.84 0.46
Hex 13 AE DA 5B 14 0 F C1 54 2E
Octal 23 256 332 133 24 0 17 301 124 56
Binary 10011 10101110 11011010 1011011 10100 0 1111 11000001 1010100 101110

Color Harmonies of #13AEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AEDA

Black with #13AEDA

Text Example


Text Example

White with #13AEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,174,218); }

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

background-color css

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

 a { background-color: rgb(19,174,218); }

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

border-color css

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

 span { border-color: rgb(19,174,218); }

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