Html Css Color HEX #13ACDD Iris Blue

📋 copy color: '#13ACDD'

red 19 ◦ green 172 ◦ blue 221

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

Shades of Iris Blue #13ACDD

Tints of Iris Blue #13ACDD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.75%

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

R = 4.61%
G = 41.75%
B = 53.64%

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

#13ACDD (or 0x13ACDD) is known color: Iris Blue. HEX triplet: 13, AC and DD. RGB value is (19,172,221). Sum of RGB (Red+Green+Blue) = 19+172+221=412 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.61% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #13ACDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13ACDD is #EC5322. Grayscale: #838383. Windows color (decimal): -15487779 or 14527507. OLE color: 14527507.

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

Color convert

RGB 19 172 221 -
CMYK 0.91 0.22 0 0.13
HSL 194.55º 0.84% 0.47% -
HSV(B) 194.55º 0.91% 0.87% -
XYZ 28.07 34.86 73.66 -
YUV 131.84 178.31 47.52 -
System Red Green Blue C M Y K H S L
Decimal 19 172 221 0.91 0.22 0 0.13 194.55 0.84 0.47
Hex 13 AC DD 5B 16 0 D C3 54 2F
Octal 23 254 335 133 26 0 15 303 124 57
Binary 10011 10101100 11011101 1011011 10110 0 1101 11000011 1010100 101111

Color Harmonies of #13ACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13ACDD

Black with #13ACDD

Text Example


Text Example

White with #13ACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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