Html Css Color HEX #13ABDF Iris Blue

📋 copy color: '#13ABDF'

red 19 ◦ green 171 ◦ blue 223

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

Shades of Iris Blue #13ABDF

Tints of Iris Blue #13ABDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54%

R = 4.6%
G = 41.4%
B = 54%

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

#13ABDF (or 0x13ABDF) is known color: Iris Blue. HEX triplet: 13, AB and DF. RGB value is (19,171,223). Sum of RGB (Red+Green+Blue) = 19+171+223=413 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.60% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 223 (87.5% from 255 or 54.00% from 413); Max value from RGB is 223 - color contains mainly: blue. Hex color #13ABDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13ABDF is #EC5420. Grayscale: #838383. Windows color (decimal): -15488033 or 14658323. OLE color: 14658323.

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

Color convert

RGB 19 171 223 -
CMYK 0.91 0.23 0 0.13
HSL 195.29º 0.84% 0.47% -
HSV(B) 195.29º 0.91% 0.87% -
XYZ 28.15 34.59 75.01 -
YUV 131.48 179.64 47.77 -
System Red Green Blue C M Y K H S L
Decimal 19 171 223 0.91 0.23 0 0.13 195.29 0.84 0.47
Hex 13 AB DF 5B 17 0 D C3 54 2F
Octal 23 253 337 133 27 0 15 303 124 57
Binary 10011 10101011 11011111 1011011 10111 0 1101 11000011 1010100 101111

Color Harmonies of #13ABDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13ABDF

Black with #13ABDF

Text Example


Text Example

White with #13ABDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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