Html Css Color HEX #13B4D0 Iris Blue

📋 copy color: '#13B4D0'

red 19 ◦ green 180 ◦ blue 208

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

Shades of Iris Blue #13B4D0

Tints of Iris Blue #13B4D0

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.23%

 BLUE value IS 208 (81.64% from 255) = 51.11%

R = 4.67%
G = 44.23%
B = 51.11%

CMYK

 C value IS 0.91

 M value IS 0.13

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#13B4D0 (or 0x13B4D0) is known color: Iris Blue. HEX triplet: 13, B4 and D0. RGB value is (19,180,208). Sum of RGB (Red+Green+Blue) = 19+180+208=407 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.67% from 407); Green value is 180 (70.70% from 255 or 44.23% from 407); Blue value is 208 (81.64% from 255 or 51.11% from 407); Max value from RGB is 208 - color contains mainly: blue. Hex color #13B4D0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13B4D0 is #EC4B2F. Grayscale: #868686. Windows color (decimal): -15485744 or 13677587. OLE color: 13677587.

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

Color convert

RGB 19 180 208 -
CMYK 0.91 0.13 0 0.18
HSL 188.89º 0.83% 0.45% -
HSV(B) 188.89º 0.91% 0.82% -
XYZ 27.97 37.34 65.41 -
YUV 135.05 169.16 45.22 -
System Red Green Blue C M Y K H S L
Decimal 19 180 208 0.91 0.13 0 0.18 188.89 0.83 0.45
Hex 13 B4 D0 5B D 0 12 BD 53 2D
Octal 23 264 320 133 15 0 22 275 123 55
Binary 10011 10110100 11010000 1011011 1101 0 10010 10111101 1010011 101101

Color Harmonies of #13B4D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B4D0

Black with #13B4D0

Text Example


Text Example

White with #13B4D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,180,208); }

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

background-color css

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

 a { background-color: rgb(19,180,208); }

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

border-color css

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

 span { border-color: rgb(19,180,208); }

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