Html Css Color HEX #13AEC1 Iris Blue

📋 copy color: '#13AEC1'

red 19 ◦ green 174 ◦ blue 193

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

Shades of Iris Blue #13AEC1

Tints of Iris Blue #13AEC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 50%

R = 4.92%
G = 45.08%
B = 50%

CMYK

 C value IS 0.90

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#13AEC1 (or 0x13AEC1) is known color: Iris Blue. HEX triplet: 13, AE and C1. RGB value is (19,174,193). Sum of RGB (Red+Green+Blue) = 19+174+193=386 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.92% from 386); Green value is 174 (68.36% from 255 or 45.08% from 386); Blue value is 193 (75.78% from 255 or 50% from 386); Max value from RGB is 193 - color contains mainly: blue. Hex color #13AEC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13AEC1 is #EC513E. Grayscale: #818181. Windows color (decimal): -15487295 or 12693011. OLE color: 12693011.

HSL color Cylindrical-coordinate representation of color #13AEC1: hue angle of 186.55º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13AEC1 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 19 174 193 -
CMYK 0.90 0.10 0 0.24
HSL 186.55º 0.82% 0.42% -
HSV(B) 186.55º 0.9% 0.76% -
XYZ 25.03 34.26 55.75 -
YUV 129.82 163.65 48.96 -
System Red Green Blue C M Y K H S L
Decimal 19 174 193 0.90 0.10 0 0.24 186.55 0.82 0.42
Hex 13 AE C1 5A A 0 18 BB 52 2A
Octal 23 256 301 132 12 0 30 273 122 52
Binary 10011 10101110 11000001 1011010 1010 0 11000 10111011 1010010 101010

Color Harmonies of #13AEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AEC1

Black with #13AEC1

Text Example


Text Example

White with #13AEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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