Html Css Color HEX #13ABDD Iris Blue

📋 copy color: '#13ABDD'

red 19 ◦ green 171 ◦ blue 221

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

Shades of Iris Blue #13ABDD

Tints of Iris Blue #13ABDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.77%

R = 4.62%
G = 41.61%
B = 53.77%

CMYK

 C value IS 0.91

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#13ABDD (or 0x13ABDD) is known color: Iris Blue. HEX triplet: 13, AB and DD. RGB value is (19,171,221). Sum of RGB (Red+Green+Blue) = 19+171+221=411 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.62% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #13ABDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13ABDD is #EC5422. Grayscale: #828282. Windows color (decimal): -15488035 or 14527251. OLE color: 14527251.

HSL color Cylindrical-coordinate representation of color #13ABDD: hue angle of 194.85º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13ABDD is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 171 221 -
CMYK 0.91 0.23 0 0.13
HSL 194.85º 0.84% 0.47% -
HSV(B) 194.85º 0.91% 0.87% -
XYZ 27.88 34.48 73.59 -
YUV 131.25 178.64 47.93 -
System Red Green Blue C M Y K H S L
Decimal 19 171 221 0.91 0.23 0 0.13 194.85 0.84 0.47
Hex 13 AB DD 5B 17 0 D C3 54 2F
Octal 23 253 335 133 27 0 15 303 124 57
Binary 10011 10101011 11011101 1011011 10111 0 1101 11000011 1010100 101111

Color Harmonies of #13ABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13ABDD

Black with #13ABDD

Text Example


Text Example

White with #13ABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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