Html Css Color HEX #13ADDA Iris Blue

📋 copy color: '#13ADDA'

red 19 ◦ green 173 ◦ blue 218

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

Shades of Iris Blue #13ADDA

Tints of Iris Blue #13ADDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.17%

R = 4.63%
G = 42.2%
B = 53.17%

CMYK

 C value IS 0.91

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#13ADDA (or 0x13ADDA) is known color: Iris Blue. HEX triplet: 13, AD and DA. RGB value is (19,173,218). Sum of RGB (Red+Green+Blue) = 19+173+218=410 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.63% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 218 (85.55% from 255 or 53.17% from 410); Max value from RGB is 218 - color contains mainly: blue. Hex color #13ADDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13ADDA is #EC5225. Grayscale: #838383. Windows color (decimal): -15487526 or 14331155. OLE color: 14331155.

HSL color Cylindrical-coordinate representation of color #13ADDA: hue angle of 193.57º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13ADDA is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 19 173 218 -
CMYK 0.91 0.21 0 0.15
HSL 193.57º 0.84% 0.46% -
HSV(B) 193.57º 0.91% 0.85% -
XYZ 27.87 35.09 71.63 -
YUV 132.08 176.48 47.34 -
System Red Green Blue C M Y K H S L
Decimal 19 173 218 0.91 0.21 0 0.15 193.57 0.84 0.46
Hex 13 AD DA 5B 15 0 F C2 54 2E
Octal 23 255 332 133 25 0 17 302 124 56
Binary 10011 10101101 11011010 1011011 10101 0 1111 11000010 1010100 101110

Color Harmonies of #13ADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13ADDA

Black with #13ADDA

Text Example


Text Example

White with #13ADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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