Html Css Color HEX #13BFD1 Iris Blue

📋 copy color: '#13BFD1'

red 19 ◦ green 191 ◦ blue 209

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

Shades of Iris Blue #13BFD1

Tints of Iris Blue #13BFD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 49.88%

R = 4.53%
G = 45.58%
B = 49.88%

CMYK

 C value IS 0.91

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#13BFD1 (or 0x13BFD1) is known color: Iris Blue. HEX triplet: 13, BF and D1. RGB value is (19,191,209). Sum of RGB (Red+Green+Blue) = 19+191+209=419 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.53% from 419); Green value is 191 (75% from 255 or 45.58% from 419); Blue value is 209 (82.03% from 255 or 49.88% from 419); Max value from RGB is 209 - color contains mainly: blue. Hex color #13BFD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BFD1 is #EC402E. Grayscale: #8D8D8D. Windows color (decimal): -15482927 or 13745939. OLE color: 13745939.

HSL color Cylindrical-coordinate representation of color #13BFD1: hue angle of 185.68º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13BFD1 is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 19 191 209 -
CMYK 0.91 0.09 0 0.18
HSL 185.68º 0.83% 0.45% -
HSV(B) 185.68º 0.91% 0.82% -
XYZ 30.41 42 66.83 -
YUV 141.62 166.02 40.54 -
System Red Green Blue C M Y K H S L
Decimal 19 191 209 0.91 0.09 0 0.18 185.68 0.83 0.45
Hex 13 BF D1 5B 9 0 12 BA 53 2D
Octal 23 277 321 133 11 0 22 272 123 55
Binary 10011 10111111 11010001 1011011 1001 0 10010 10111010 1010011 101101

Color Harmonies of #13BFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BFD1

Black with #13BFD1

Text Example


Text Example

White with #13BFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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