Html Css Color HEX #13BFBF Iris Blue

📋 copy color: '#13BFBF'

red 19 ◦ green 191 ◦ blue 191

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

Shades of Iris Blue #13BFBF

Tints of Iris Blue #13BFBF

RGB

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

 GREEN value IS 191 (75% from 255) = 47.63%

 BLUE value IS 191 (75% from 255) = 47.63%

R = 4.74%
G = 47.63%
B = 47.63%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#13BFBF (or 0x13BFBF) is known color: Iris Blue. HEX triplet: 13, BF and BF. RGB value is (19,191,191). Sum of RGB (Red+Green+Blue) = 19+191+191=401 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.74% from 401); Green value is 191 (75% from 255 or 47.63% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #13BFBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BFBF is #EC4040. Grayscale: #8B8B8B. Windows color (decimal): -15482945 or 12566291. OLE color: 12566291.

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

Color convert

RGB 19 191 191 -
CMYK 0.90 0 0 0.25
HSL 180º 0.82% 0.41% -
HSV(B) 180º 0.9% 0.75% -
XYZ 28.3 41.16 55.74 -
YUV 139.57 157.02 42 -
System Red Green Blue C M Y K H S L
Decimal 19 191 191 0.90 0 0 0.25 180 0.82 0.41
Hex 13 BF BF 5A 0 0 19 B4 52 29
Octal 23 277 277 132 0 0 31 264 122 51
Binary 10011 10111111 10111111 1011010 0 0 11001 10110100 1010010 101001

Color Harmonies of #13BFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BFBF

Black with #13BFBF

Text Example


Text Example

White with #13BFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,191,191); }

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

background-color css

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

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

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

border-color css

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

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

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