Html Css Color HEX #13AEBB Iris Blue

📋 copy color: '#13AEBB'

red 19 ◦ green 174 ◦ blue 187

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

Shades of Iris Blue #13AEBB

Tints of Iris Blue #13AEBB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 45.79%

 BLUE value IS 187 (73.44% from 255) = 49.21%

R = 5%
G = 45.79%
B = 49.21%

CMYK

 C value IS 0.90

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#13AEBB (or 0x13AEBB) is known color: Iris Blue. HEX triplet: 13, AE and BB. RGB value is (19,174,187). Sum of RGB (Red+Green+Blue) = 19+174+187=380 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5% from 380); Green value is 174 (68.36% from 255 or 45.79% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #13AEBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13AEBB is #EC5144. Grayscale: #808080. Windows color (decimal): -15487301 or 12299795. OLE color: 12299795.

HSL color Cylindrical-coordinate representation of color #13AEBB: hue angle of 184.64º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13AEBB is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 174 187 -
CMYK 0.90 0.07 0 0.27
HSL 184.64º 0.82% 0.4% -
HSV(B) 184.64º 0.9% 0.73% -
XYZ 24.37 34 52.29 -
YUV 129.14 160.65 49.44 -
System Red Green Blue C M Y K H S L
Decimal 19 174 187 0.90 0.07 0 0.27 184.64 0.82 0.4
Hex 13 AE BB 5A 7 0 1B B9 52 28
Octal 23 256 273 132 7 0 33 271 122 50
Binary 10011 10101110 10111011 1011010 111 0 11011 10111001 1010010 101000

Color Harmonies of #13AEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AEBB

Black with #13AEBB

Text Example


Text Example

White with #13AEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,174,187); }

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

background-color css

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

 a { background-color: rgb(19,174,187); }

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

border-color css

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

 span { border-color: rgb(19,174,187); }

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