#10BDBB

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

Shades of Iris Blue #10BDBB

Tints of Iris Blue #10BDBB

Color information

#10BDBB (or 0x10BDBB) is unknown color: approx Iris Blue. HEX triplet: 10, BD and BB. RGB value is (16,189,187). Sum of RGB (Red+Green+Blue) = 16+189+187=392 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.08% from 392); Green value is 189 (74.22% from 255 or 48.21% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 189 - color contains mainly: green. Hex color #10BDBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BDBB is #EF4244. Grayscale: #888888. Windows color (decimal): -15680069 or 12303632. OLE color: 12303632.

HSL color Cylindrical-coordinate representation of color #10BDBB: hue angle of 179.31º 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 #10BDBB is Cyan = 0.92, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB16189187-
CMYK0.9200.010.26
HSL179.31º84.39%40.2%-
HSV(B)179.31º91.53%74.12%-
XYZ27.3840.0953.31-
YUV137.05156.1941.66-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.08%
GREEN value IS 189 (74.22% from 255) = 48.21%
BLUE value IS 187 (73.44% from 255) = 47.70%
R=4.08%
G=48.21%
B=47.70%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal161891870.9200.010.26179.3184.3940.2
Hex10BDBB5C011Ab35428
Octal20275273134013226312450
Binary10000101111011011101110111000111010101100111010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10BDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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