Html Css Color HEX #13ACE1 Iris Blue

📋 copy color: '#13ACE1'

red 19 ◦ green 172 ◦ blue 225

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

Shades of Iris Blue #13ACE1

Tints of Iris Blue #13ACE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 54.09%

R = 4.57%
G = 41.35%
B = 54.09%

CMYK

 C value IS 0.92

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#13ACE1 (or 0x13ACE1) is known color: Iris Blue. HEX triplet: 13, AC and E1. RGB value is (19,172,225). Sum of RGB (Red+Green+Blue) = 19+172+225=416 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.57% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 225 (88.28% from 255 or 54.09% from 416); Max value from RGB is 225 - color contains mainly: blue. Hex color #13ACE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13ACE1 is #EC531E. Grayscale: #838383. Windows color (decimal): -15487775 or 14789651. OLE color: 14789651.

HSL color Cylindrical-coordinate representation of color #13ACE1: hue angle of 195.44º 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 #13ACE1 is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 19 172 225 -
CMYK 0.92 0.24 0 0.12
HSL 195.44º 0.84% 0.48% -
HSV(B) 195.44º 0.92% 0.88% -
XYZ 28.61 35.08 76.5 -
YUV 132.3 180.31 47.19 -
System Red Green Blue C M Y K H S L
Decimal 19 172 225 0.92 0.24 0 0.12 195.44 0.84 0.48
Hex 13 AC E1 5C 18 0 C C3 54 30
Octal 23 254 341 134 30 0 14 303 124 60
Binary 10011 10101100 11100001 1011100 11000 0 1100 11000011 1010100 110000

Color Harmonies of #13ACE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13ACE1

Black with #13ACE1

Text Example


Text Example

White with #13ACE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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