Html Css Color HEX #13ADDD Iris Blue

📋 copy color: '#13ADDD'

red 19 ◦ green 173 ◦ blue 221

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

Shades of Iris Blue #13ADDD

Tints of Iris Blue #13ADDD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.89%

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

R = 4.6%
G = 41.89%
B = 53.51%

CMYK

 C value IS 0.91

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#13ADDD (or 0x13ADDD) is known color: Iris Blue. HEX triplet: 13, AD and DD. RGB value is (19,173,221). Sum of RGB (Red+Green+Blue) = 19+173+221=413 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.60% from 413); Green value is 173 (67.97% from 255 or 41.89% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #13ADDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13ADDD is #EC5222. Grayscale: #848484. Windows color (decimal): -15487523 or 14527763. OLE color: 14527763.

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

Color convert

RGB 19 173 221 -
CMYK 0.91 0.22 0 0.13
HSL 194.26º 0.84% 0.47% -
HSV(B) 194.26º 0.91% 0.87% -
XYZ 28.26 35.25 73.72 -
YUV 132.43 177.98 47.1 -
System Red Green Blue C M Y K H S L
Decimal 19 173 221 0.91 0.22 0 0.13 194.26 0.84 0.47
Hex 13 AD DD 5B 16 0 D C2 54 2F
Octal 23 255 335 133 26 0 15 302 124 57
Binary 10011 10101101 11011101 1011011 10110 0 1101 11000010 1010100 101111

Color Harmonies of #13ADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13ADDD

Black with #13ADDD

Text Example


Text Example

White with #13ADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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