Html Css Color HEX #13AECE Iris Blue

📋 copy color: '#13AECE'

red 19 ◦ green 174 ◦ blue 206

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

Shades of Iris Blue #13AECE

Tints of Iris Blue #13AECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.63%

R = 4.76%
G = 43.61%
B = 51.63%

CMYK

 C value IS 0.91

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#13AECE (or 0x13AECE) is known color: Iris Blue. HEX triplet: 13, AE and CE. RGB value is (19,174,206). Sum of RGB (Red+Green+Blue) = 19+174+206=399 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.76% from 399); Green value is 174 (68.36% from 255 or 43.61% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #13AECE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13AECE is #EC5131. Grayscale: #838383. Windows color (decimal): -15487282 or 13544979. OLE color: 13544979.

HSL color Cylindrical-coordinate representation of color #13AECE: hue angle of 190.27º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13AECE is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 174 206 -
CMYK 0.91 0.16 0 0.19
HSL 190.27º 0.83% 0.44% -
HSV(B) 190.27º 0.91% 0.81% -
XYZ 26.55 34.87 63.72 -
YUV 131.3 170.15 47.9 -
System Red Green Blue C M Y K H S L
Decimal 19 174 206 0.91 0.16 0 0.19 190.27 0.83 0.44
Hex 13 AE CE 5B 10 0 13 BE 53 2C
Octal 23 256 316 133 20 0 23 276 123 54
Binary 10011 10101110 11001110 1011011 10000 0 10011 10111110 1010011 101100

Color Harmonies of #13AECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AECE

Black with #13AECE

Text Example


Text Example

White with #13AECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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