Html Css Color HEX #13BEE1 Iris Blue

📋 copy color: '#13BEE1'

red 19 ◦ green 190 ◦ blue 225

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

Shades of Iris Blue #13BEE1

Tints of Iris Blue #13BEE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 51.84%

R = 4.38%
G = 43.78%
B = 51.84%

CMYK

 C value IS 0.92

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#13BEE1 (or 0x13BEE1) is known color: Iris Blue. HEX triplet: 13, BE and E1. RGB value is (19,190,225). Sum of RGB (Red+Green+Blue) = 19+190+225=434 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.38% from 434); Green value is 190 (74.61% from 255 or 43.78% from 434); Blue value is 225 (88.28% from 255 or 51.84% from 434); Max value from RGB is 225 - color contains mainly: blue. Hex color #13BEE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BEE1 is #EC411E. Grayscale: #8E8E8E. Windows color (decimal): -15483167 or 14794259. OLE color: 14794259.

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

Color convert

RGB 19 190 225 -
CMYK 0.92 0.16 0 0.12
HSL 190.19º 0.84% 0.48% -
HSV(B) 190.19º 0.92% 0.88% -
XYZ 32.27 42.4 77.72 -
YUV 142.86 174.35 39.65 -
System Red Green Blue C M Y K H S L
Decimal 19 190 225 0.92 0.16 0 0.12 190.19 0.84 0.48
Hex 13 BE E1 5C 10 0 C BE 54 30
Octal 23 276 341 134 20 0 14 276 124 60
Binary 10011 10111110 11100001 1011100 10000 0 1100 10111110 1010100 110000

Color Harmonies of #13BEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BEE1

Black with #13BEE1

Text Example


Text Example

White with #13BEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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