Html Css Color HEX #13BED7 Iris Blue

📋 copy color: '#13BED7'

red 19 ◦ green 190 ◦ blue 215

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

Shades of Iris Blue #13BED7

Tints of Iris Blue #13BED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 50.71%

R = 4.48%
G = 44.81%
B = 50.71%

CMYK

 C value IS 0.91

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#13BED7 (or 0x13BED7) is known color: Iris Blue. HEX triplet: 13, BE and D7. RGB value is (19,190,215). Sum of RGB (Red+Green+Blue) = 19+190+215=424 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.48% from 424); Green value is 190 (74.61% from 255 or 44.81% from 424); Blue value is 215 (84.38% from 255 or 50.71% from 424); Max value from RGB is 215 - color contains mainly: blue. Hex color #13BED7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BED7 is #EC4128. Grayscale: #8D8D8D. Windows color (decimal): -15483177 or 14138899. OLE color: 14138899.

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

Color convert

RGB 19 190 215 -
CMYK 0.91 0.12 0 0.16
HSL 187.65º 0.84% 0.46% -
HSV(B) 187.65º 0.91% 0.84% -
XYZ 30.95 41.87 70.74 -
YUV 141.72 169.35 40.47 -
System Red Green Blue C M Y K H S L
Decimal 19 190 215 0.91 0.12 0 0.16 187.65 0.84 0.46
Hex 13 BE D7 5B C 0 10 BC 54 2E
Octal 23 276 327 133 14 0 20 274 124 56
Binary 10011 10111110 11010111 1011011 1100 0 10000 10111100 1010100 101110

Color Harmonies of #13BED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BED7

Black with #13BED7

Text Example


Text Example

White with #13BED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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