Html Css Color HEX #13AADD Iris Blue

📋 copy color: '#13AADD'

red 19 ◦ green 170 ◦ blue 221

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

Shades of Iris Blue #13AADD

Tints of Iris Blue #13AADD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.46%

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

R = 4.63%
G = 41.46%
B = 53.9%

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

#13AADD (or 0x13AADD) is known color: Iris Blue. HEX triplet: 13, AA and DD. RGB value is (19,170,221). Sum of RGB (Red+Green+Blue) = 19+170+221=410 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.63% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #13AADD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13AADD is #EC5522. Grayscale: #828282. Windows color (decimal): -15488291 or 14526995. OLE color: 14526995.

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

Color convert

RGB 19 170 221 -
CMYK 0.91 0.23 0 0.13
HSL 195.15º 0.84% 0.47% -
HSV(B) 195.15º 0.91% 0.87% -
XYZ 27.69 34.11 73.53 -
YUV 130.67 178.97 48.35 -
System Red Green Blue C M Y K H S L
Decimal 19 170 221 0.91 0.23 0 0.13 195.15 0.84 0.47
Hex 13 AA DD 5B 17 0 D C3 54 2F
Octal 23 252 335 133 27 0 15 303 124 57
Binary 10011 10101010 11011101 1011011 10111 0 1101 11000011 1010100 101111

Color Harmonies of #13AADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AADD

Black with #13AADD

Text Example


Text Example

White with #13AADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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