Html Css Color HEX #13ACC8 Iris Blue

📋 copy color: '#13ACC8'

red 19 ◦ green 172 ◦ blue 200

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

Shades of Iris Blue #13ACC8

Tints of Iris Blue #13ACC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 51.15%

R = 4.86%
G = 43.99%
B = 51.15%

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

#13ACC8 (or 0x13ACC8) is known color: Iris Blue. HEX triplet: 13, AC and C8. RGB value is (19,172,200). Sum of RGB (Red+Green+Blue) = 19+172+200=391 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.86% from 391); Green value is 172 (67.58% from 255 or 43.99% from 391); Blue value is 200 (78.52% from 255 or 51.15% from 391); Max value from RGB is 200 - color contains mainly: blue. Hex color #13ACC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13ACC8 is #EC5337. Grayscale: #818181. Windows color (decimal): -15487800 or 13151251. OLE color: 13151251.

HSL color Cylindrical-coordinate representation of color #13ACC8: hue angle of 189.28º 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 #13ACC8 is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 19 172 200 -
CMYK 0.90 0.14 0 0.22
HSL 189.28º 0.83% 0.43% -
HSV(B) 189.28º 0.91% 0.78% -
XYZ 25.45 33.81 59.83 -
YUV 129.45 167.81 49.22 -
System Red Green Blue C M Y K H S L
Decimal 19 172 200 0.90 0.14 0 0.22 189.28 0.83 0.43
Hex 13 AC C8 5A E 0 16 BD 53 2B
Octal 23 254 310 132 16 0 26 275 123 53
Binary 10011 10101100 11001000 1011010 1110 0 10110 10111101 1010011 101011

Color Harmonies of #13ACC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13ACC8

Black with #13ACC8

Text Example


Text Example

White with #13ACC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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