Html Css Color HEX #13A8BE Iris Blue

📋 copy color: '#13A8BE'

red 19 ◦ green 168 ◦ blue 190

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

Shades of Iris Blue #13A8BE

Tints of Iris Blue #13A8BE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.56%

 BLUE value IS 190 (74.61% from 255) = 50.4%

R = 5.04%
G = 44.56%
B = 50.4%

CMYK

 C value IS 0.90

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#13A8BE (or 0x13A8BE) is known color: Iris Blue. HEX triplet: 13, A8 and BE. RGB value is (19,168,190). Sum of RGB (Red+Green+Blue) = 19+168+190=377 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.04% from 377); Green value is 168 (66.02% from 255 or 44.56% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #13A8BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13A8BE is #EC5741. Grayscale: #7D7D7D. Windows color (decimal): -15488834 or 12494867. OLE color: 12494867.

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

Color convert

RGB 19 168 190 -
CMYK 0.90 0.12 0 0.25
HSL 187.72º 0.82% 0.41% -
HSV(B) 187.72º 0.9% 0.75% -
XYZ 23.57 31.86 53.62 -
YUV 125.96 164.14 51.71 -
System Red Green Blue C M Y K H S L
Decimal 19 168 190 0.90 0.12 0 0.25 187.72 0.82 0.41
Hex 13 A8 BE 5A C 0 19 BC 52 29
Octal 23 250 276 132 14 0 31 274 122 51
Binary 10011 10101000 10111110 1011010 1100 0 11001 10111100 1010010 101001

Color Harmonies of #13A8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A8BE

Black with #13A8BE

Text Example


Text Example

White with #13A8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,168,190); }

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

background-color css

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

 a { background-color: rgb(19,168,190); }

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

border-color css

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

 span { border-color: rgb(19,168,190); }

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