#10AABF

Color #10AABF Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #10AABF

Tints of Iris Blue #10AABF

Color information

#10AABF (or 0x10AABF) is unknown color: approx Iris Blue. HEX triplet: 10, AA and BF. RGB value is (16,170,191). Sum of RGB (Red+Green+Blue) = 16+170+191=377 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.24% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #10AABF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10AABF is #EF5540. Grayscale: #7E7E7E. Windows color (decimal): -15684929 or 12560912. OLE color: 12560912.

HSL color Cylindrical-coordinate representation of color #10AABF: hue angle of 187.2º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10AABF is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16170191-
CMYK0.920.1100.25
HSL187.2º84.54%40.59%-
HSV(B)187.2º91.62%74.9%-
XYZ23.9932.6254.32-
YUV126.35164.4849.29-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.24%
GREEN value IS 170 (66.80% from 255) = 45.09%
BLUE value IS 191 (75% from 255) = 50.66%
R=4.24%
G=45.09%
B=50.66%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal161701910.920.1100.25187.284.5440.59
Hex10AABF5CB019bb5529
Octal202522771341303127312551
Binary10000101010101011111110111001011011001101110111010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10AABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10AABF; }

 p { color: rgb(16,170,191); }

 H1.HeaderClassName
 {
   color: #10AABF;
 }
 .AnyTagClassName
 {
   color: #10AABF;
 }
</style>
background-color css

<style>
 a { background-color: #10AABF; }

 a { background-color: rgb(16,170,191); }

 div.DivClassName
 {
   background-color: #10AABF;
 }
 .BgClassName
 {
   background-color: #10AABF;
 }
</style>
border-color css

<style>
 span { border-color: #10AABF; }

 span { border-color: rgb(16,170,191); }

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