Html Css Color HEX #13B2D5 Iris Blue

📋 copy color: '#13B2D5'

red 19 ◦ green 178 ◦ blue 213

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

Shades of Iris Blue #13B2D5

Tints of Iris Blue #13B2D5

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.41%

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

R = 4.63%
G = 43.41%
B = 51.95%

CMYK

 C value IS 0.91

 M value IS 0.16

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#13B2D5 (or 0x13B2D5) is known color: Iris Blue. HEX triplet: 13, B2 and D5. RGB value is (19,178,213). Sum of RGB (Red+Green+Blue) = 19+178+213=410 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.63% from 410); Green value is 178 (69.92% from 255 or 43.41% from 410); Blue value is 213 (83.59% from 255 or 51.95% from 410); Max value from RGB is 213 - color contains mainly: blue. Hex color #13B2D5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13B2D5 is #EC4D2A. Grayscale: #868686. Windows color (decimal): -15486251 or 14004755. OLE color: 14004755.

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

Color convert

RGB 19 178 213 -
CMYK 0.91 0.16 0 0.16
HSL 190.82º 0.84% 0.45% -
HSV(B) 190.82º 0.91% 0.84% -
XYZ 28.2 36.78 68.56 -
YUV 134.45 172.32 45.65 -
System Red Green Blue C M Y K H S L
Decimal 19 178 213 0.91 0.16 0 0.16 190.82 0.84 0.45
Hex 13 B2 D5 5B 10 0 10 BF 54 2D
Octal 23 262 325 133 20 0 20 277 124 55
Binary 10011 10110010 11010101 1011011 10000 0 10000 10111111 1010100 101101

Color Harmonies of #13B2D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B2D5

Black with #13B2D5

Text Example


Text Example

White with #13B2D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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