Html Css Color HEX #13AABD Iris Blue

📋 copy color: '#13AABD'

red 19 ◦ green 170 ◦ blue 189

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

Shades of Iris Blue #13AABD

Tints of Iris Blue #13AABD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 44.97%

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

R = 5.03%
G = 44.97%
B = 50%

CMYK

 C value IS 0.90

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#13AABD (or 0x13AABD) is known color: Iris Blue. HEX triplet: 13, AA and BD. RGB value is (19,170,189). Sum of RGB (Red+Green+Blue) = 19+170+189=378 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.03% from 378); Green value is 170 (66.80% from 255 or 44.97% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #13AABD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13AABD is #EC5542. Grayscale: #7E7E7E. Windows color (decimal): -15488323 or 12429843. OLE color: 12429843.

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

Color convert

RGB 19 170 189 -
CMYK 0.90 0.10 0 0.26
HSL 186.71º 0.82% 0.41% -
HSV(B) 186.71º 0.9% 0.74% -
XYZ 23.83 32.56 53.17 -
YUV 127.02 162.97 50.96 -
System Red Green Blue C M Y K H S L
Decimal 19 170 189 0.90 0.10 0 0.26 186.71 0.82 0.41
Hex 13 AA BD 5A A 0 1A BB 52 29
Octal 23 252 275 132 12 0 32 273 122 51
Binary 10011 10101010 10111101 1011010 1010 0 11010 10111011 1010010 101001

Color Harmonies of #13AABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AABD

Black with #13AABD

Text Example


Text Example

White with #13AABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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