Html Css Color HEX #13BFD5 Iris Blue

📋 copy color: '#13BFD5'

red 19 ◦ green 191 ◦ blue 213

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

Shades of Iris Blue #13BFD5

Tints of Iris Blue #13BFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 50.35%

R = 4.49%
G = 45.15%
B = 50.35%

CMYK

 C value IS 0.91

 M value IS 0.10

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#13BFD5 (or 0x13BFD5) is known color: Iris Blue. HEX triplet: 13, BF and D5. RGB value is (19,191,213). Sum of RGB (Red+Green+Blue) = 19+191+213=423 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.49% from 423); Green value is 191 (75% from 255 or 45.15% from 423); Blue value is 213 (83.59% from 255 or 50.35% from 423); Max value from RGB is 213 - color contains mainly: blue. Hex color #13BFD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BFD5 is #EC402A. Grayscale: #8D8D8D. Windows color (decimal): -15482923 or 14008083. OLE color: 14008083.

HSL color Cylindrical-coordinate representation of color #13BFD5: hue angle of 186.8º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13BFD5 is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 19 191 213 -
CMYK 0.91 0.10 0 0.16
HSL 186.8º 0.84% 0.45% -
HSV(B) 186.8º 0.91% 0.84% -
XYZ 30.91 42.2 69.47 -
YUV 142.08 168.02 40.21 -
System Red Green Blue C M Y K H S L
Decimal 19 191 213 0.91 0.10 0 0.16 186.8 0.84 0.45
Hex 13 BF D5 5B A 0 10 BB 54 2D
Octal 23 277 325 133 12 0 20 273 124 55
Binary 10011 10111111 11010101 1011011 1010 0 10000 10111011 1010100 101101

Color Harmonies of #13BFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BFD5

Black with #13BFD5

Text Example


Text Example

White with #13BFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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