Html Css Color HEX #13ABCD Iris Blue

📋 copy color: '#13ABCD'

red 19 ◦ green 171 ◦ blue 205

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

Shades of Iris Blue #13ABCD

Tints of Iris Blue #13ABCD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.29%

 BLUE value IS 205 (80.47% from 255) = 51.9%

R = 4.81%
G = 43.29%
B = 51.9%

CMYK

 C value IS 0.91

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#13ABCD (or 0x13ABCD) is known color: Iris Blue. HEX triplet: 13, AB and CD. RGB value is (19,171,205). Sum of RGB (Red+Green+Blue) = 19+171+205=395 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.81% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #13ABCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13ABCD is #EC5432. Grayscale: #818181. Windows color (decimal): -15488051 or 13478675. OLE color: 13478675.

HSL color Cylindrical-coordinate representation of color #13ABCD: hue angle of 190.97º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13ABCD is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 171 205 -
CMYK 0.91 0.17 0 0.20
HSL 190.97º 0.83% 0.44% -
HSV(B) 190.97º 0.91% 0.8% -
XYZ 25.85 33.67 62.89 -
YUV 129.43 170.64 49.24 -
System Red Green Blue C M Y K H S L
Decimal 19 171 205 0.91 0.17 0 0.20 190.97 0.83 0.44
Hex 13 AB CD 5B 11 0 14 BF 53 2C
Octal 23 253 315 133 21 0 24 277 123 54
Binary 10011 10101011 11001101 1011011 10001 0 10100 10111111 1010011 101100

Color Harmonies of #13ABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13ABCD

Black with #13ABCD

Text Example


Text Example

White with #13ABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,171,205); }

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

background-color css

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

 a { background-color: rgb(19,171,205); }

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

border-color css

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

 span { border-color: rgb(19,171,205); }

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