#10ABBD

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

Shades of Iris Blue #10ABBD

Tints of Iris Blue #10ABBD

Color information

#10ABBD (or 0x10ABBD) is unknown color: approx Iris Blue. HEX triplet: 10, AB and BD. RGB value is (16,171,189). Sum of RGB (Red+Green+Blue) = 16+171+189=376 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.26% from 376); Green value is 171 (67.19% from 255 or 45.48% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #10ABBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ABBD is #EF5442. Grayscale: #7E7E7E. Windows color (decimal): -15684675 or 12430096. OLE color: 12430096.

HSL color Cylindrical-coordinate representation of color #10ABBD: hue angle of 186.24º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10ABBD is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16171189-
CMYK0.920.1000.26
HSL186.24º84.39%40.2%-
HSV(B)186.24º91.53%74.12%-
XYZ23.9632.9153.23-
YUV126.71163.1549.04-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.26%
GREEN value IS 171 (67.19% from 255) = 45.48%
BLUE value IS 189 (74.22% from 255) = 50.27%
R=4.26%
G=45.48%
B=50.27%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal161711890.920.1000.26186.2484.3940.2
Hex10ABBD5CA01Aba5428
Octal202532751341203227212450
Binary10000101010111011110110111001010011010101110101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10ABBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,171,189); }

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

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

 a { background-color: rgb(16,171,189); }

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

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

 span { border-color: rgb(16,171,189); }

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