Html Css Color HEX #13ACBD Iris Blue

📋 copy color: '#13ACBD'

red 19 ◦ green 172 ◦ blue 189

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

Shades of Iris Blue #13ACBD

Tints of Iris Blue #13ACBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.74%

R = 5%
G = 45.26%
B = 49.74%

CMYK

 C value IS 0.90

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#13ACBD (or 0x13ACBD) is known color: Iris Blue. HEX triplet: 13, AC and BD. RGB value is (19,172,189). Sum of RGB (Red+Green+Blue) = 19+172+189=380 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5% from 380); Green value is 172 (67.58% from 255 or 45.26% from 380); Blue value is 189 (74.22% from 255 or 49.74% from 380); Max value from RGB is 189 - color contains mainly: blue. Hex color #13ACBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13ACBD is #EC5342. Grayscale: #7F7F7F. Windows color (decimal): -15487811 or 12430355. OLE color: 12430355.

HSL color Cylindrical-coordinate representation of color #13ACBD: hue angle of 186º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13ACBD is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 172 189 -
CMYK 0.90 0.09 0 0.26
HSL 186º 0.82% 0.41% -
HSV(B) 186º 0.9% 0.74% -
XYZ 24.21 33.32 53.3 -
YUV 128.19 162.31 50.12 -
System Red Green Blue C M Y K H S L
Decimal 19 172 189 0.90 0.09 0 0.26 186 0.82 0.41
Hex 13 AC BD 5A 9 0 1A BA 52 29
Octal 23 254 275 132 11 0 32 272 122 51
Binary 10011 10101100 10111101 1011010 1001 0 11010 10111010 1010010 101001

Color Harmonies of #13ACBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13ACBD

Black with #13ACBD

Text Example


Text Example

White with #13ACBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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