Html Css Color HEX #13A8BB Iris Blue

📋 copy color: '#13A8BB'

red 19 ◦ green 168 ◦ blue 187

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

Shades of Iris Blue #13A8BB

Tints of Iris Blue #13A8BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50%

R = 5.08%
G = 44.92%
B = 50%

CMYK

 C value IS 0.90

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#13A8BB (or 0x13A8BB) is known color: Iris Blue. HEX triplet: 13, A8 and BB. RGB value is (19,168,187). Sum of RGB (Red+Green+Blue) = 19+168+187=374 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.08% from 374); Green value is 168 (66.02% from 255 or 44.92% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #13A8BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13A8BB is #EC5744. Grayscale: #7D7D7D. Windows color (decimal): -15488837 or 12298259. OLE color: 12298259.

HSL color Cylindrical-coordinate representation of color #13A8BB: hue angle of 186.79º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13A8BB is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 168 187 -
CMYK 0.90 0.10 0 0.27
HSL 186.79º 0.82% 0.4% -
HSV(B) 186.79º 0.9% 0.73% -
XYZ 23.24 31.73 51.91 -
YUV 125.62 162.64 51.96 -
System Red Green Blue C M Y K H S L
Decimal 19 168 187 0.90 0.10 0 0.27 186.79 0.82 0.4
Hex 13 A8 BB 5A A 0 1B BB 52 28
Octal 23 250 273 132 12 0 33 273 122 50
Binary 10011 10101000 10111011 1011010 1010 0 11011 10111011 1010010 101000

Color Harmonies of #13A8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A8BB

Black with #13A8BB

Text Example


Text Example

White with #13A8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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