#10B3BA

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

Shades of Iris Blue #10B3BA

Tints of Iris Blue #10B3BA

Color information

#10B3BA (or 0x10B3BA) is unknown color: approx Iris Blue. HEX triplet: 10, B3 and BA. RGB value is (16,179,186). Sum of RGB (Red+Green+Blue) = 16+179+186=381 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.20% from 381); Green value is 179 (70.31% from 255 or 46.98% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #10B3BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10B3BA is #EF4C45. Grayscale: #828282. Windows color (decimal): -15682630 or 12235536. OLE color: 12235536.

HSL color Cylindrical-coordinate representation of color #10B3BA: hue angle of 182.47º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B3BA is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16179186-
CMYK0.910.0400.27
HSL182.47º84.16%39.61%-
HSV(B)182.47º91.4%72.94%-
XYZ25.235.952.05-
YUV131.0615945.93-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.20%
GREEN value IS 179 (70.31% from 255) = 46.98%
BLUE value IS 186 (73.05% from 255) = 48.82%
R=4.20%
G=46.98%
B=48.82%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161791860.910.0400.27182.4784.1639.61
Hex10B3BA5B401Bb65428
Octal20263272133403326612450
Binary1000010110011101110101011011100011011101101101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,179,186); }

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

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

 a { background-color: rgb(16,179,186); }

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

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

 span { border-color: rgb(16,179,186); }

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