#16C1D3

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

Shades of Iris Blue #16C1D3

Tints of Iris Blue #16C1D3

Color information

#16C1D3 (or 0x16C1D3) is unknown color: approx Iris Blue. HEX triplet: 16, C1 and D3. RGB value is (22,193,211). Sum of RGB (Red+Green+Blue) = 22+193+211=426 (56% of max value = 765). Red value is 22 (8.98% from 255 or 5.16% from 426); Green value is 193 (75.78% from 255 or 45.31% from 426); Blue value is 211 (82.81% from 255 or 49.53% from 426); Max value from RGB is 211 - color contains mainly: blue. Hex color #16C1D3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16C1D3 is #E93E2C. Grayscale: #8F8F8F. Windows color (decimal): -15285805 or 13877526. OLE color: 13877526.

HSL color Cylindrical-coordinate representation of color #16C1D3: hue angle of 185.71º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16C1D3 is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB22193211-
CMYK0.900.0900.17
HSL185.71º81.12%45.69%-
HSV(B)185.71º89.57%82.75%-
XYZ31.1643.0168.29-
YUV143.92165.8541.04-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.16%
GREEN value IS 193 (75.78% from 255) = 45.31%
BLUE value IS 211 (82.81% from 255) = 49.53%
R=5.16%
G=45.31%
B=49.53%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal221932110.900.0900.17185.7181.1245.69
Hex16C1D35A9011ba512e
Octal263013231321102127212156
Binary10110110000011101001110110101001010001101110101010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16C1D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16C1D3; }

 p { color: rgb(22,193,211); }

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

<style>
 a { background-color: #16C1D3; }

 a { background-color: rgb(22,193,211); }

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

<style>
 span { border-color: #16C1D3; }

 span { border-color: rgb(22,193,211); }

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