Html Css Color HEX #13B8BE Iris Blue

📋 copy color: '#13B8BE'

red 19 ◦ green 184 ◦ blue 190

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

Shades of Iris Blue #13B8BE

Tints of Iris Blue #13B8BE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.82%

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

R = 4.83%
G = 46.82%
B = 48.35%

CMYK

 C value IS 0.90

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#13B8BE (or 0x13B8BE) is known color: Iris Blue. HEX triplet: 13, B8 and BE. RGB value is (19,184,190). Sum of RGB (Red+Green+Blue) = 19+184+190=393 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.83% from 393); Green value is 184 (72.27% from 255 or 46.82% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #13B8BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13B8BE is #EC4741. Grayscale: #878787. Windows color (decimal): -15484738 or 12498963. OLE color: 12498963.

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

Color convert

RGB 19 184 190 -
CMYK 0.90 0.03 0 0.25
HSL 182.11º 0.82% 0.41% -
HSV(B) 182.11º 0.9% 0.75% -
XYZ 26.7 38.14 54.67 -
YUV 135.35 158.84 45.01 -
System Red Green Blue C M Y K H S L
Decimal 19 184 190 0.90 0.03 0 0.25 182.11 0.82 0.41
Hex 13 B8 BE 5A 3 0 19 B6 52 29
Octal 23 270 276 132 3 0 31 266 122 51
Binary 10011 10111000 10111110 1011010 11 0 11001 10110110 1010010 101001

Color Harmonies of #13B8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B8BE

Black with #13B8BE

Text Example


Text Example

White with #13B8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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