Html Css Color HEX #13AABB Iris Blue

📋 copy color: '#13AABB'

red 19 ◦ green 170 ◦ blue 187

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

Shades of Iris Blue #13AABB

Tints of Iris Blue #13AABB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 45.21%

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

R = 5.05%
G = 45.21%
B = 49.73%

CMYK

 C value IS 0.90

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#13AABB (or 0x13AABB) is known color: Iris Blue. HEX triplet: 13, AA and BB. RGB value is (19,170,187). Sum of RGB (Red+Green+Blue) = 19+170+187=376 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.05% from 376); Green value is 170 (66.80% from 255 or 45.21% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #13AABB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13AABB is #EC5544. Grayscale: #7E7E7E. Windows color (decimal): -15488325 or 12298771. OLE color: 12298771.

HSL color Cylindrical-coordinate representation of color #13AABB: hue angle of 186.07º 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 #13AABB is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 170 187 -
CMYK 0.90 0.09 0 0.27
HSL 186.07º 0.82% 0.4% -
HSV(B) 186.07º 0.9% 0.73% -
XYZ 23.61 32.48 52.04 -
YUV 126.79 161.97 51.12 -
System Red Green Blue C M Y K H S L
Decimal 19 170 187 0.90 0.09 0 0.27 186.07 0.82 0.4
Hex 13 AA BB 5A 9 0 1B BA 52 28
Octal 23 252 273 132 11 0 33 272 122 50
Binary 10011 10101010 10111011 1011010 1001 0 11011 10111010 1010010 101000

Color Harmonies of #13AABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AABB

Black with #13AABB

Text Example


Text Example

White with #13AABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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