Html Css Color HEX #13AFBE Iris Blue

📋 copy color: '#13AFBE'

red 19 ◦ green 175 ◦ blue 190

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

Shades of Iris Blue #13AFBE

Tints of Iris Blue #13AFBE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.57%

 BLUE value IS 190 (74.61% from 255) = 49.48%

R = 4.95%
G = 45.57%
B = 49.48%

CMYK

 C value IS 0.90

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#13AFBE (or 0x13AFBE) is known color: Iris Blue. HEX triplet: 13, AF and BE. RGB value is (19,175,190). Sum of RGB (Red+Green+Blue) = 19+175+190=384 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.95% from 384); Green value is 175 (68.75% from 255 or 45.57% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #13AFBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13AFBE is #EC5041. Grayscale: #818181. Windows color (decimal): -15487042 or 12496659. OLE color: 12496659.

HSL color Cylindrical-coordinate representation of color #13AFBE: hue angle of 185.26º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13AFBE is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 175 190 -
CMYK 0.90 0.08 0 0.25
HSL 185.26º 0.82% 0.41% -
HSV(B) 185.26º 0.9% 0.75% -
XYZ 24.89 34.52 54.07 -
YUV 130.07 161.82 48.78 -
System Red Green Blue C M Y K H S L
Decimal 19 175 190 0.90 0.08 0 0.25 185.26 0.82 0.41
Hex 13 AF BE 5A 8 0 19 B9 52 29
Octal 23 257 276 132 10 0 31 271 122 51
Binary 10011 10101111 10111110 1011010 1000 0 11001 10111001 1010010 101001

Color Harmonies of #13AFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AFBE

Black with #13AFBE

Text Example


Text Example

White with #13AFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,175,190); }

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

background-color css

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

 a { background-color: rgb(19,175,190); }

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

border-color css

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

 span { border-color: rgb(19,175,190); }

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