Html Css Color HEX #13BED1 Iris Blue

📋 copy color: '#13BED1'

red 19 ◦ green 190 ◦ blue 209

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

Shades of Iris Blue #13BED1

Tints of Iris Blue #13BED1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 45.45%

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

R = 4.55%
G = 45.45%
B = 50%

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

#13BED1 (or 0x13BED1) is known color: Iris Blue. HEX triplet: 13, BE and D1. RGB value is (19,190,209). Sum of RGB (Red+Green+Blue) = 19+190+209=418 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.55% from 418); Green value is 190 (74.61% from 255 or 45.45% from 418); Blue value is 209 (82.03% from 255 or 50% from 418); Max value from RGB is 209 - color contains mainly: blue. Hex color #13BED1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BED1 is #EC412E. Grayscale: #8C8C8C. Windows color (decimal): -15483183 or 13745683. OLE color: 13745683.

HSL color Cylindrical-coordinate representation of color #13BED1: hue angle of 186º 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 #13BED1 is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 19 190 209 -
CMYK 0.91 0.09 0 0.18
HSL 186º 0.83% 0.45% -
HSV(B) 186º 0.91% 0.82% -
XYZ 30.19 41.57 66.75 -
YUV 141.04 166.35 40.96 -
System Red Green Blue C M Y K H S L
Decimal 19 190 209 0.91 0.09 0 0.18 186 0.83 0.45
Hex 13 BE D1 5B 9 0 12 BA 53 2D
Octal 23 276 321 133 11 0 22 272 123 55
Binary 10011 10111110 11010001 1011011 1001 0 10010 10111010 1010011 101101

Color Harmonies of #13BED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BED1

Black with #13BED1

Text Example


Text Example

White with #13BED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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