Html Css Color HEX #13ACE0 Iris Blue

📋 copy color: '#13ACE0'

red 19 ◦ green 172 ◦ blue 224

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

Shades of Iris Blue #13ACE0

Tints of Iris Blue #13ACE0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.45%

 BLUE value IS 224 (87.89% from 255) = 53.98%

R = 4.58%
G = 41.45%
B = 53.98%

CMYK

 C value IS 0.92

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#13ACE0 (or 0x13ACE0) is known color: Iris Blue. HEX triplet: 13, AC and E0. RGB value is (19,172,224). Sum of RGB (Red+Green+Blue) = 19+172+224=415 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.58% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 224 (87.89% from 255 or 53.98% from 415); Max value from RGB is 224 - color contains mainly: blue. Hex color #13ACE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13ACE0 is #EC531F. Grayscale: #838383. Windows color (decimal): -15487776 or 14724115. OLE color: 14724115.

HSL color Cylindrical-coordinate representation of color #13ACE0: hue angle of 195.22º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13ACE0 is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 19 172 224 -
CMYK 0.92 0.23 0 0.12
HSL 195.22º 0.84% 0.48% -
HSV(B) 195.22º 0.92% 0.88% -
XYZ 28.48 35.03 75.78 -
YUV 132.18 179.81 47.27 -
System Red Green Blue C M Y K H S L
Decimal 19 172 224 0.92 0.23 0 0.12 195.22 0.84 0.48
Hex 13 AC E0 5C 17 0 C C3 54 30
Octal 23 254 340 134 27 0 14 303 124 60
Binary 10011 10101100 11100000 1011100 10111 0 1100 11000011 1010100 110000

Color Harmonies of #13ACE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13ACE0

Black with #13ACE0

Text Example


Text Example

White with #13ACE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,172,224); }

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

background-color css

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

 a { background-color: rgb(19,172,224); }

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

border-color css

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

 span { border-color: rgb(19,172,224); }

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