Html Css Color HEX #13ABDA Iris Blue

📋 copy color: '#13ABDA'

red 19 ◦ green 171 ◦ blue 218

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

Shades of Iris Blue #13ABDA

Tints of Iris Blue #13ABDA

RGB

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

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

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

R = 4.66%
G = 41.91%
B = 53.43%

CMYK

 C value IS 0.91

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#13ABDA (or 0x13ABDA) is known color: Iris Blue. HEX triplet: 13, AB and DA. RGB value is (19,171,218). Sum of RGB (Red+Green+Blue) = 19+171+218=408 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.66% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 218 (85.55% from 255 or 53.43% from 408); Max value from RGB is 218 - color contains mainly: blue. Hex color #13ABDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13ABDA is #EC5425. Grayscale: #828282. Windows color (decimal): -15488038 or 14330643. OLE color: 14330643.

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

Color convert

RGB 19 171 218 -
CMYK 0.91 0.22 0 0.15
HSL 194.17º 0.84% 0.46% -
HSV(B) 194.17º 0.91% 0.85% -
XYZ 27.49 34.33 71.51 -
YUV 130.91 177.14 48.18 -
System Red Green Blue C M Y K H S L
Decimal 19 171 218 0.91 0.22 0 0.15 194.17 0.84 0.46
Hex 13 AB DA 5B 16 0 F C2 54 2E
Octal 23 253 332 133 26 0 17 302 124 56
Binary 10011 10101011 11011010 1011011 10110 0 1111 11000010 1010100 101110

Color Harmonies of #13ABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13ABDA

Black with #13ABDA

Text Example


Text Example

White with #13ABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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