Html Css Color HEX #13ACC7 Iris Blue

📋 copy color: '#13ACC7'

red 19 ◦ green 172 ◦ blue 199

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

Shades of Iris Blue #13ACC7

Tints of Iris Blue #13ACC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 51.03%

R = 4.87%
G = 44.1%
B = 51.03%

CMYK

 C value IS 0.90

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#13ACC7 (or 0x13ACC7) is known color: Iris Blue. HEX triplet: 13, AC and C7. RGB value is (19,172,199). Sum of RGB (Red+Green+Blue) = 19+172+199=390 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.87% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 199 (78.12% from 255 or 51.03% from 390); Max value from RGB is 199 - color contains mainly: blue. Hex color #13ACC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13ACC7 is #EC5338. Grayscale: #818181. Windows color (decimal): -15487801 or 13085715. OLE color: 13085715.

HSL color Cylindrical-coordinate representation of color #13ACC7: hue angle of 189º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13ACC7 is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 19 172 199 -
CMYK 0.90 0.14 0 0.22
HSL 189º 0.83% 0.43% -
HSV(B) 189º 0.9% 0.78% -
XYZ 25.33 33.77 59.22 -
YUV 129.33 167.31 49.3 -
System Red Green Blue C M Y K H S L
Decimal 19 172 199 0.90 0.14 0 0.22 189 0.83 0.43
Hex 13 AC C7 5A E 0 16 BD 53 2B
Octal 23 254 307 132 16 0 26 275 123 53
Binary 10011 10101100 11000111 1011010 1110 0 10110 10111101 1010011 101011

Color Harmonies of #13ACC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13ACC7

Black with #13ACC7

Text Example


Text Example

White with #13ACC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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